ApplicationAccessScopeState constructor
const
ApplicationAccessScopeState({})
Creates a new ApplicationAccessScopeState.
applicationArn Specifies the ARN of the application with the access scope with the targets to add or update.
authorizedTargets Specifies an array list of ARNs that represent the authorized targets for this access scope.
region Region where this resource will be managed. Defaults to the Region set in the provider configuration.
scope Specifies the name of the access scope to be associated with the specified targets.
Implementation
const ApplicationAccessScopeState({
this.applicationArn,
this.authorizedTargets,
this.region,
this.scope,
});