AnalyzerConfigurationUnusedAccessAnalysisRuleExclusion

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

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

A list of account IDs to exclude from the analysis.

Link copied to clipboard

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