AWS SDK for .NET Documentation
NewCondition Method (type, key, value)
AmazonAmazon.Auth.AccessControlPolicyConditionFactoryNewCondition(ConditionFactory..::..ArnComparisonType, String, String) Did this page help you?   Yes   No    Tell us about it...
Constructs a new access control policy condition that compares ARNs (Amazon Resource Names).
Declaration Syntax
C#
public static Condition NewCondition(
	ConditionFactory..::..ArnComparisonType type,
	string key,
	string value
)
Parameters
type (ConditionFactory..::..ArnComparisonType)
The type of comparison to perform.
key (String)
The access policy condition key specifying where to get the first ARN for the comparison
value (String)
The second ARN to compare against. When using ArnLike or ArnNotLike this may contain the multi-character wildcard (*) or the single-character wildcard

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