scope

@JvmName(name = "cxypdlypduquummr")
suspend fun scope(value: Output<ConfigRuleScopeArgs>)
@JvmName(name = "pvjxndurblbenufu")
suspend fun scope(value: ConfigRuleScopeArgs?)

Parameters

value

Defines which resources can trigger an evaluation for the rule. The scope can include one or more resource types, a combination of one resource type and one resource ID, or a combination of a tag key and value. Specify a scope to constrain the resources that can trigger an evaluation for the rule. If you do not specify a scope, evaluations are triggered when any resource in the recording group changes. The scope can be empty.


@JvmName(name = "strhvryfnnndjvxo")
suspend fun scope(argument: suspend ConfigRuleScopeArgsBuilder.() -> Unit)

Parameters

argument

Defines which resources can trigger an evaluation for the rule. The scope can include one or more resource types, a combination of one resource type and one resource ID, or a combination of a tag key and value. Specify a scope to constrain the resources that can trigger an evaluation for the rule. If you do not specify a scope, evaluations are triggered when any resource in the recording group changes. The scope can be empty.