@Stability(value=Stable) @Internal public static final class CfnImageProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnImageProps
CfnImagePropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnImageProps.Builder, CfnImageProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnImageProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnImageProps.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getImageDescription()
The description of the image.
|
String |
getImageDisplayName()
The display name of the image.
|
String |
getImageName()
The name of the Image.
|
String |
getImageRoleArn()
The Amazon Resource Name (ARN) of an IAM role that enables Amazon SageMaker to perform tasks on your behalf.
|
List<CfnTag> |
getTags()
A list of key-value pairs to apply to this resource.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnImageProps.Builder builder)
CfnImageProps.Builder.public final String getImageName()
CfnImagePropsLength Constraints : Minimum length of 1. Maximum length of 63.
Pattern : ^[a-zA-Z0-9]([-.]?[a-zA-Z0-9]){0,62}$
getImageName in interface CfnImagePropspublic final String getImageRoleArn()
CfnImagePropsLength Constraints : Minimum length of 20. Maximum length of 2048.
Pattern : ^arn:aws[a-z\-]*:iam::\d{12}:role/?[a-zA-Z_0-9+=,.@\-_/]+$
getImageRoleArn in interface CfnImagePropspublic final String getImageDescription()
CfnImagePropsLength Constraints : Minimum length of 1. Maximum length of 512.
Pattern : .*
getImageDescription in interface CfnImagePropspublic final String getImageDisplayName()
CfnImagePropsLength Constraints : Minimum length of 1. Maximum length of 128.
Pattern : ^\S(.*\S)?$
getImageDisplayName in interface CfnImagePropspublic final List<CfnTag> getTags()
CfnImagePropsArray Members : Minimum number of 0 items. Maximum number of 50 items.
getTags in interface CfnImageProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.