AnalyzerArgs

data class AnalyzerArgs(val analyzerName: Output<String>? = null, val archiveRules: Output<List<AnalyzerArchiveRuleArgs>>? = null, val tags: Output<List<AnalyzerTagArgs>>? = null, val type: Output<String>? = null) : ConvertibleToJava<AnalyzerArgs>

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

Example Usage

Example

No Java example available.

Constructors

Link copied to clipboard
fun AnalyzerArgs(analyzerName: Output<String>? = null, archiveRules: Output<List<AnalyzerArchiveRuleArgs>>? = null, tags: Output<List<AnalyzerTagArgs>>? = null, type: Output<String>? = null)

Functions

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

Properties

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

Analyzer name

Link copied to clipboard
Link copied to clipboard
val tags: Output<List<AnalyzerTagArgs>>? = 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 ACCOUNT or ORGANIZATION