AWS::AccessAnalyzer::Analyzer Filter - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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 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 }

YAML

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