Enumeration of the supported ways an ARN comparison can be evaluated.

Declaration Syntax
public enum ArnComparisonType

Members
Member | Description |
---|
ArnEquals | Exact 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 (?).
|
ArnNotEquals | Negated form of ArnEquals
|
ArnNotLike | Negated form of ArnLike
|
Assembly:
AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)