AWS SDK for .NET Documentation
NewCondition Method (type, key, value)
AmazonAmazon.Auth.AccessControlPolicyConditionFactoryNewCondition(ConditionFactory..::..NumericComparisonType, String, String) Did this page help you?   Yes   No    Tell us about it...
Constructs a new access policy condition that compares two numbers.
Declaration Syntax
C#
public static Condition NewCondition(
	ConditionFactory..::..NumericComparisonType type,
	string key,
	string value
)
Parameters
type (ConditionFactory..::..NumericComparisonType)
The type of comparison to perform.
key (String)
The access policy condition key specifying where to get the first number for the comparison.
value (String)
The second number to compare against.

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)