AWS SDK for .NET Documentation
ConditionFactory..::..ArnComparisonType Enumeration
AmazonAmazon.Auth.AccessControlPolicyConditionFactoryConditionFactory..::..ArnComparisonType Did this page help you?   Yes   No    Tell us about it...
Enumeration of the supported ways an ARN comparison can be evaluated.
Declaration Syntax
C#
public enum ArnComparisonType
Members
MemberDescription
ArnEqualsExact matching
ArnLike Loose case-insensitive matching of the ARN. Each of the six colon-delimited components of the ARN is checked separately and each can include a multi-character match wildcard (*) or a single-character match wildcard (?).
ArnNotEqualsNegated form of ArnEquals
ArnNotLikeNegated form of ArnLike

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