ApplicationAssignmentConfigurationState constructor

const ApplicationAssignmentConfigurationState({
  1. Input<String?>? applicationArn,
  2. Input<bool?>? assignmentRequired,
  3. Input<String?>? region,
})

Creates a new ApplicationAssignmentConfigurationState. applicationArn ARN of the application. assignmentRequired Indicates whether users must have an explicit assignment to access the application. If false, all users have access to the application. region Region where this resource will be managed. Defaults to the Region set in the provider configuration.

Implementation

const ApplicationAssignmentConfigurationState({
  this.applicationArn,
  this.assignmentRequired,
  this.region,
});