HumanTaskUIState constructor

const HumanTaskUIState({
  1. Input<String?>? arn,
  2. Input<String?>? humanTaskUiName,
  3. Input<String?>? region,
  4. Input<Map<String, String>?>? tags,
  5. Input<Map<String, String>?>? tagsAll,
  6. Input<HumanTaskUIUiTemplate?>? uiTemplate,
})

Creates a new HumanTaskUIState. arn ARN assigned by AWS to this Human Task UI. humanTaskUiName The name of the Human Task UI. region Region where this resource will be managed. Defaults to the Region set in the provider configuration. 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. uiTemplate The Liquid template for the worker user interface. See UI Template below.

Implementation

const HumanTaskUIState({
  this.arn,
  this.humanTaskUiName,
  this.region,
  this.tags,
  this.tagsAll,
  this.uiTemplate,
});