| Modifier and Type | Method and Description |
|---|---|
CfnImage |
build() |
static CfnImage.Builder |
create(software.constructs.Construct scope,
String id) |
CfnImage.Builder |
imageDescription(String imageDescription)
The description of the image.
|
CfnImage.Builder |
imageDisplayName(String imageDisplayName)
The display name of the image.
|
CfnImage.Builder |
imageName(String imageName)
The name of the Image.
|
CfnImage.Builder |
imageRoleArn(String imageRoleArn)
The Amazon Resource Name (ARN) of an IAM role that enables Amazon SageMaker to perform tasks on your behalf.
|
CfnImage.Builder |
tags(List<? extends CfnTag> tags)
A list of key-value pairs to apply to this resource.
|
@Stability(value=Stable) public static CfnImage.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnImage.Builder.@Stability(value=Stable) public CfnImage.Builder imageName(String imageName)
Length Constraints : Minimum length of 1. Maximum length of 63.
Pattern : ^[a-zA-Z0-9]([-.]?[a-zA-Z0-9]){0,62}$
imageName - The name of the Image. Must be unique by region in your account. This parameter is required.this@Stability(value=Stable) public CfnImage.Builder imageRoleArn(String imageRoleArn)
Length Constraints : Minimum length of 20. Maximum length of 2048.
Pattern : ^arn:aws[a-z\-]*:iam::\d{12}:role/?[a-zA-Z_0-9+=,.@\-_/]+$
imageRoleArn - The Amazon Resource Name (ARN) of an IAM role that enables Amazon SageMaker to perform tasks on your behalf. This parameter is required.this@Stability(value=Stable) public CfnImage.Builder imageDescription(String imageDescription)
Length Constraints : Minimum length of 1. Maximum length of 512.
Pattern : .*
imageDescription - The description of the image. This parameter is required.this@Stability(value=Stable) public CfnImage.Builder imageDisplayName(String imageDisplayName)
Length Constraints : Minimum length of 1. Maximum length of 128.
Pattern : ^\S(.*\S)?$
imageDisplayName - The display name of the image. This parameter is required.this@Stability(value=Stable) public CfnImage.Builder tags(List<? extends CfnTag> tags)
Array Members : Minimum number of 0 items. Maximum number of 50 items.
tags - A list of key-value pairs to apply to this resource. This parameter is required.thisCopyright © 2022. All rights reserved.