Analyzer

class Analyzer : KotlinCustomResource

The AWS::AccessAnalyzer::Analyzer type specifies an analyzer of the user's account

Example Usage

Example

No Java example available.

Properties

Link copied to clipboard

The configuration for the analyzer

Link copied to clipboard
val analyzerName: Output<String>?

Analyzer name

Link copied to clipboard

Specifies the archive rules to add for the analyzer. Archive rules automatically archive findings that meet the criteria you define for the rule.

Link copied to clipboard
val arn: Output<String>

Amazon Resource Name (ARN) of the analyzer

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val tags: Output<List<Tag>>?

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

Link copied to clipboard
val type: Output<String>

The type of the analyzer, must be one of ACCOUNT, ORGANIZATION, ACCOUNT_UNUSED_ACCESS or ORGANIZATION_UNUSED_ACCESS

Link copied to clipboard
val urn: Output<String>