This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::AccessAnalyzer::ArchiveRule
Creates an archive rule.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::AccessAnalyzer::ArchiveRule", "Properties" : { "AnalyzerName" :String, "Filter" :{, "RuleName" :Key:Value, ...}String} }
YAML
Type: AWS::AccessAnalyzer::ArchiveRule Properties: AnalyzerName:StringFilter:RuleName:Key:ValueString
Properties
AnalyzerName-
The name of the created analyzer.
Required: Yes
Type: String
Pattern:
^[A-Za-z][A-Za-z0-9_.-]*$Minimum:
1Maximum:
255Update requires: Replacement
Filter-
The criteria for the rule.
Required: Yes
Type: Object of Object
Pattern:
^.+$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:
1Maximum:
255Update requires: Replacement
Return values
Ref
Fn::GetAtt
ArnProperty description not available.
CreatedAt-
The time at which the archive rule was created.
UpdatedAt-
The time at which the archive rule was last updated.