AWS::AccessAnalyzer::Analyzer Filter
The criteria that defines the archive rule.
To learn about filter keys that you can use to create an archive rule, see AWS Identity and Access Management Access Analyzer filter keys in the AWS Identity and Access Management User Guide.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Contains" :
[ String, ... ]
, "Eq" :[ String, ... ]
, "Exists" :Boolean
, "Neq" :[ String, ... ]
, "Property" :String
}
Properties
Contains
-
A "contains" condition to match for the rule.
Required: No
Type: Array of String
Minimum:
1
Maximum:
20
Update requires: No interruption
Eq
-
An "equals" condition to match for the rule.
Required: No
Type: Array of String
Minimum:
1
Maximum:
20
Update requires: No interruption
Exists
-
An "exists" condition to match for the rule.
Required: No
Type: Boolean
Update requires: No interruption
Neq
-
A "not equal" condition to match for the rule.
Required: No
Type: Array of String
Minimum:
1
Maximum:
20
Update requires: No interruption
Property
-
The property used to define the criteria in the filter for the rule.
Required: Yes
Type: String
Update requires: No interruption