AnalyzerConfigurationUnusedAccessAnalysisRuleExclusionArgs

data class AnalyzerConfigurationUnusedAccessAnalysisRuleExclusionArgs(val accountIds: Output<List<String>>? = null, val resourceTags: Output<List<Map<String, String>>>? = null) : ConvertibleToJava<AnalyzerConfigurationUnusedAccessAnalysisRuleExclusionArgs>

Constructors

constructor(accountIds: Output<List<String>>? = null, resourceTags: Output<List<Map<String, String>>>? = null)

Properties

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

A list of account IDs to exclude from the analysis.

Link copied to clipboard
val resourceTags: Output<List<Map<String, String>>>? = null

A list of key-value pairs for resource tags to exclude from the analysis.

Functions

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