AWS::AccessAnalyzer::Analyzer Filter
The criteria that defines the rule.
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
Contains
A "contains" condition to match for the rule.
Required: No
Type: List of String
Update requires: No interruption
Eq
An "equals" condition to match for the rule.
Required: No
Type: List of String
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: List of String
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