ScopeState constructor
const
ScopeState({})
Creates a new ScopeState.
region Region where this resource will be managed. Defaults to the Region set in the provider configuration.
scopeArn ARN of the scope.
scopeId The identifier for the scope that includes the resources you want to get data results for.
tags A map of tags to assign to the resource. If configured with a provider defaultTags configuration block present, tags with matching keys will overwrite those defined at the provider-level.
tagsAll A map of tags assigned to the resource, including those inherited from the provider defaultTags configuration block.
targets The targets to define the scope to be monitored. A target is an array of target resources, which are currently Region-account pairs.
timeouts Optional.
Implementation
const ScopeState({
this.region,
this.scopeArn,
this.scopeId,
this.tags,
this.tagsAll,
this.targets,
this.timeouts,
});