AWS::AccessAnalyzer::Analyzer ArchiveRule - 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 ArchiveRule

Contains information about an archive rule.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "Filter" : [ Filter, ... ], "RuleName" : String }

YAML

Filter: - Filter RuleName: String

Properties

Filter

The criteria for the rule.

Required: Yes

Type: Array of Filter

Minimum: 1

Update requires: No interruption

RuleName

The name of the rule to create.

Required: Yes

Type: String

Pattern: [A-Za-z][A-Za-z0-9_.-]*

Minimum: 1

Maximum: 255

Update requires: No interruption