Class NumericCondition


  • public class NumericCondition
    extends Condition
    AWS access control policy condition that allows an access control statement to be conditionally applied based on a numeric comparison.
    • Constructor Detail

      • NumericCondition

        public NumericCondition​(NumericCondition.NumericComparisonType type,
                                String key,
                                String value)
        Constructs a new access policy condition that compares two numbers.
        Parameters:
        type - The type of comparison to perform.
        key - The access policy condition key specifying where to get the first number for the comparison.
        value - The second number to compare against.