public static final class CfnApp.ResourceSpecProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnApp.ResourceSpecProperty
CfnApp.ResourceSpecProperty
CfnApp.ResourceSpecProperty.Builder, CfnApp.ResourceSpecProperty.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 |
getInstanceType()
The instance type that the image version runs on.
|
java.lang.String |
getSageMakerImageArn()
The ARN of the SageMaker image that the image version belongs to.
|
java.lang.String |
getSageMakerImageVersionArn()
The ARN of the image version created on the instance.
|
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 getInstanceType()
CfnApp.ResourceSpecProperty
JupyterServer Apps only support the
system
value. KernelGateway Apps do not support thesystem
value, but support all other values for available instance types.
getInstanceType
in interface CfnApp.ResourceSpecProperty
public final java.lang.String getSageMakerImageArn()
CfnApp.ResourceSpecProperty
getSageMakerImageArn
in interface CfnApp.ResourceSpecProperty
public final java.lang.String getSageMakerImageVersionArn()
CfnApp.ResourceSpecProperty
getSageMakerImageVersionArn
in interface CfnApp.ResourceSpecProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()