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

Contains information about an unused access analyzer.

Syntax

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

JSON

{ "UnusedAccessAge" : Integer }

YAML

UnusedAccessAge: Integer

Properties

UnusedAccessAge

The specified access age in days for which to generate findings for unused access. For example, if you specify 90 days, the analyzer will generate findings for IAM entities within the accounts of the selected organization for any access that hasn't been used in 90 or more days since the analyzer's last scan. You can choose a value between 1 and 180 days.

Required: No

Type: Integer

Minimum: 1

Maximum: 180

Update requires: Replacement