ApplicationAssignmentState constructor

const ApplicationAssignmentState({
  1. Input<String?>? applicationArn,
  2. Input<String?>? principalId,
  3. Input<String?>? principalType,
  4. Input<String?>? region,
})

Creates a new ApplicationAssignmentState. applicationArn ARN of the application. principalId An identifier for an object in IAM Identity Center, such as a user or group. principalType Entity type for which the assignment will be created. Valid values are USER or GROUP. region Region where this resource will be managed. Defaults to the Region set in the provider configuration.

Implementation

const ApplicationAssignmentState({
  this.applicationArn,
  this.principalId,
  this.principalType,
  this.region,
});