 Members
 Members| Icon | Member | Description | 
|---|---|---|
|   | NewCondition(ConditionFactory..::..ArnComparisonType, String, String) | 
            Constructs a new access control policy condition that compares ARNs (Amazon Resource Names).
             | 
|   | NewCondition(String, Boolean) | 
            Constructs a new access policy condition that performs a boolean
            comparison.
             | 
|   | NewCondition(ConditionFactory..::..DateComparisonType, DateTime) | 
            Constructs a new access policy condition that compares the current time
            (on the AWS servers) to the specified date.
             | 
|   | NewCondition(ConditionFactory..::..IpAddressComparisonType, String) | 
            Constructs a new access policy condition that compares the source IP
            address of the incoming request to an AWS service against the specified
            CIDR range. When the condition evaluates to true (i.e. when the incoming
            source IP address is within the CIDR range or not) depends on the
            specified IpAddressComparisonType.
             | 
|   | NewCondition(ConditionFactory..::..NumericComparisonType, String, String) | 
            Constructs a new access policy condition that compares two numbers.
             | 
|   | NewCondition(ConditionFactory..::..StringComparisonType, String, String) | 
            Constructs a new access control policy condition that compares two
            strings.
             |