ImageState constructor

const ImageState({
  1. Input<String?>? arn,
  2. Input<String?>? description,
  3. Input<String?>? displayName,
  4. Input<String?>? imageName,
  5. Input<String?>? region,
  6. Input<String?>? roleArn,
  7. Input<Map<String, String>?>? tags,
  8. Input<Map<String, String>?>? tagsAll,
})

Creates a new ImageState. arn ARN assigned by AWS to this Image. description The description of the image. displayName The display name of the image. When the image is added to a domain (must be unique to the domain). imageName The name of the image. Must be unique to your account. region Region where this resource will be managed. Defaults to the Region set in the provider configuration. roleArn ARN of an IAM role that enables Amazon SageMaker AI to perform tasks on your behalf. 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.

Implementation

const ImageState({
  this.arn,
  this.description,
  this.displayName,
  this.imageName,
  this.region,
  this.roleArn,
  this.tags,
  this.tagsAll,
});