AwsAccessAnalyzerAnalyzerPropertiesArgs

data class AwsAccessAnalyzerAnalyzerPropertiesArgs(val analyzerConfiguration: Output<UnusedAccessConfigurationArgs>? = null, val analyzerName: Output<String>? = null, val archiveRules: Output<List<ArchiveRuleArgs>>? = null, val arn: Output<String>? = null, val tags: Output<List<TagArgs>>? = null, val type: Output<String>? = null) : ConvertibleToJava<AwsAccessAnalyzerAnalyzerPropertiesArgs>

Definition of awsAccessAnalyzerAnalyzer

Constructors

Link copied to clipboard
constructor(analyzerConfiguration: Output<UnusedAccessConfigurationArgs>? = null, analyzerName: Output<String>? = null, archiveRules: Output<List<ArchiveRuleArgs>>? = null, arn: Output<String>? = null, tags: Output<List<TagArgs>>? = null, type: Output<String>? = null)

Properties

Link copied to clipboard

The configuration for the analyzer

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

Analyzer name

Link copied to clipboard
val archiveRules: Output<List<ArchiveRuleArgs>>? = null

Property archiveRules

Link copied to clipboard
val arn: Output<String>? = null

Amazon Resource Name (ARN) of the analyzer

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

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

Link copied to clipboard
val type: Output<String>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): AwsAccessAnalyzerAnalyzerPropertiesArgs