Image

class Image : KotlinCustomResource

Resource Type definition for AWS::SageMaker::Image

Properties

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val imageArn: Output<String>

The Amazon Resource Name (ARN) of the image. Type : String Length Constraints : Maximum length of 256. Pattern : ^arn:aws(-[\w]+)*:sagemaker:&#46;+:[0-9]{12}:image/[a-z0-9]([-&#46;]?[a-z0-9])*$

Link copied to clipboard
val imageDescription: Output<String>?

The description of the image.

Link copied to clipboard
val imageDisplayName: Output<String>?

The display name of the image. Length Constraints : Minimum length of 1. Maximum length of 128. Pattern : ^\S(.*\S)?$

Link copied to clipboard
val imageName: Output<String>

The name of the Image. Must be unique by region in your account. Length Constraints : Minimum length of 1. Maximum length of 63. Pattern : ^[a-zA-Z0-9]([-&#46;]?[a-zA-Z0-9]){0,62}$

Link copied to clipboard
val imageRoleArn: Output<String>

The Amazon Resource Name (ARN) of an IAM role that enables Amazon SageMaker to perform tasks on your behalf. Length Constraints : Minimum length of 20. Maximum length of 2048. Pattern : ^arn:aws[a-z\-]*:iam::\d{12}:role/?[a-zA-Z_0-9+=,&#46;@\-_/]+$

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val tags: Output<List<Tag>>?

An array of key-value pairs to apply to this resource.

Link copied to clipboard
val urn: Output<String>