Image Args
data class ImageArgs(val imageDescription: Output<String>? = null, val imageDisplayName: Output<String>? = null, val imageName: Output<String>? = null, val imageRoleArn: Output<String>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<ImageArgs>
Resource Type definition for AWS::SageMaker::Image
Constructors
Properties
Link copied to clipboard
The description of the image.
Link copied to clipboard
The display name of the image. Length Constraints : Minimum length of 1. Maximum length of 128. Pattern : ^\S(.*\S)?$
Link copied to clipboard
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+=,.@\-_/]+$