public static final class CfnImageProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnImageProps
CfnImageProps
CfnImageProps.Builder, CfnImageProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
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(java.lang.Object o) |
java.lang.String |
getImageDescription()
The description of the image.
|
java.lang.String |
getImageDisplayName()
The display name of the image.
|
java.lang.String |
getImageName()
The name of the Image.
|
java.lang.String |
getImageRoleArn()
The Amazon Resource Name (ARN) of an IAM role that enables Amazon SageMaker to perform tasks on your behalf.
|
java.util.List<CfnTag> |
getTags()
A list of key-value pairs to apply to this resource.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getImageName()
CfnImageProps
Length Constraints : Minimum length of 1. Maximum length of 63.
Pattern : ^[a-zA-Z0-9]([-.]?[a-zA-Z0-9]){0,62}$
getImageName
in interface CfnImageProps
public final java.lang.String getImageRoleArn()
CfnImageProps
Length 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 CfnImageProps
public final java.lang.String getImageDescription()
CfnImageProps
Length Constraints : Minimum length of 1. Maximum length of 512.
Pattern : .*
getImageDescription
in interface CfnImageProps
public final java.lang.String getImageDisplayName()
CfnImageProps
Length Constraints : Minimum length of 1. Maximum length of 128.
Pattern : ^\S(.*\S)?$
getImageDisplayName
in interface CfnImageProps
public final java.util.List<CfnTag> getTags()
CfnImageProps
Array Members : Minimum number of 0 items. Maximum number of 50 items.
getTags
in interface CfnImageProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()