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 IAM Access Analyzer filter keys in the IAM 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 }

YAML

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