ApplicationState constructor

const ApplicationState({
  1. Input<String?>? applicationAccount,
  2. Input<String?>? applicationArn,
  3. Input<String?>? applicationProviderArn,
  4. Input<String?>? arn,
  5. Input<String?>? clientToken,
  6. Input<String?>? description,
  7. Input<String?>? instanceArn,
  8. Input<String?>? name,
  9. Input<ApplicationPortalOptions?>? portalOptions,
  10. Input<String?>? region,
  11. Input<String?>? status,
  12. Input<Map<String, String>?>? tags,
  13. Input<Map<String, String>?>? tagsAll,
})

Creates a new ApplicationState. applicationAccount AWS account ID. applicationArn (Deprecated Reference arn instead) ARN of the application. applicationProviderArn ARN of the application provider. arn ARN of the application. clientToken A unique, case-sensitive ID that you provide to ensure the idempotency of the request. AWS generates a random value when not provided. description Description of the application. instanceArn ARN of the instance of IAM Identity Center. name Name of the application. portalOptions Options for the portal associated with an application. See portalOptions below. region Region where this resource will be managed. Defaults to the Region set in the provider configuration. status Status of the application. Valid values are ENABLED and DISABLED. tags Key-value mapping of resource tags. If configured with a provider defaultTags configuration block present, tags with matching keys will overwrite those defined at the provider-level. tagsAll Map of tags assigned to the resource, including those inherited from the provider defaultTags configuration block.

Implementation

const ApplicationState({
  this.applicationAccount,
  this.applicationArn,
  this.applicationProviderArn,
  this.arn,
  this.clientToken,
  this.description,
  this.instanceArn,
  this.name,
  this.portalOptions,
  this.region,
  this.status,
  this.tags,
  this.tagsAll,
});