AwsAccessAnalyzerAnalyzerPropertiesResponse

data class AwsAccessAnalyzerAnalyzerPropertiesResponse(val analyzerConfiguration: UnusedAccessConfigurationResponse? = null, val analyzerName: String? = null, val archiveRules: List<ArchiveRuleResponse>? = null, val arn: String? = null, val tags: List<TagResponse>? = null, val type: String? = null)

Definition of awsAccessAnalyzerAnalyzer

Constructors

constructor(analyzerConfiguration: UnusedAccessConfigurationResponse? = null, analyzerName: String? = null, archiveRules: List<ArchiveRuleResponse>? = null, arn: String? = null, tags: List<TagResponse>? = null, type: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The configuration for the analyzer

Link copied to clipboard
val analyzerName: String? = null

Analyzer name

Link copied to clipboard

Property archiveRules

Link copied to clipboard
val arn: String? = null

Amazon Resource Name (ARN) of the analyzer

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

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

Link copied to clipboard
val type: String? = null

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