Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
class Analyzer : KotlinCustomResource

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

Link copied to clipboard
data class AnalyzerArgs(val analyzerConfiguration: Output<AnalyzerConfigurationPropertiesArgs>? = null, val analyzerName: Output<String>? = null, val archiveRules: Output<List<AnalyzerArchiveRuleArgs>>? = null, val tags: Output<List<TagArgs>>? = null, val type: Output<String>? = null) : ConvertibleToJava<AnalyzerArgs>

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

Link copied to clipboard
Link copied to clipboard
object AnalyzerMapper : ResourceMapper<Analyzer>
Link copied to clipboard

Functions

Link copied to clipboard
suspend fun analyzer(name: String, block: suspend AnalyzerResourceBuilder.() -> Unit): Analyzer