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