Type object
Schema URL https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-accessanalyzer-analyzer.json
Parent schema serverless-framework-configuration
Type: object

The AWS::AccessAnalyzer::Analyzer type specifies an analyzer of the user's account. Source:- https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-accessanalyzer.git

Properties

Type string | Aws_CF_FunctionString required

The type of the analyzer, must be ACCOUNT or ORGANIZATION

AnalyzerName string | Aws_CF_FunctionString

Analyzer name

ArchiveRules ArchiveRule[]
Tags Tag[]

An array of key-value pairs to apply to this resource.

maxItems=50uniqueItems=true

Definitions

ArchiveRule object

An Access Analyzer archive rule. Archive rules automatically archive new findings that meet the criteria you define when you create the rule.

Filter Filter[] required
minItems=1
RuleName string | Aws_CF_FunctionString required

The archive rule name

Filter object
Property string | Aws_CF_FunctionString required
Contains string[]
Eq string[]
Exists boolean
Neq string[]
Tag object

A key-value pair to associate with a resource.

Key string | Aws_CF_FunctionString required

The key name of the tag. You can specify a value that is 1 to 127 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.

Value string | Aws_CF_FunctionString required

The value for the tag. You can specify a value that is 1 to 255 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.