ConfigRuleScope

data class ConfigRuleScope(val complianceResourceId: String? = null, val complianceResourceTypes: List<String>? = null, val tagKey: String? = null, val tagValue: String? = null)

Scope to constrain which resources can trigger the rule

Constructors

Link copied to clipboard
fun ConfigRuleScope(complianceResourceId: String? = null, complianceResourceTypes: List<String>? = null, tagKey: String? = null, tagValue: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

ID of the only one resource which we want to trigger the rule

Link copied to clipboard

Resource types of resources which we want to trigger the rule

Link copied to clipboard
val tagKey: String? = null

Tag key applied only to resources which we want to trigger the rule

Link copied to clipboard
val tagValue: String? = null

Tag value applied only to resources which we want to trigger the rule