scope

fun scope(block: Scope.Builder.() -> Unit)

construct an aws.sdk.kotlin.services.configservice.model.Scope inside the given block


var scope: Scope?

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.