Class CfnDomainPropsMixin.ResourceSpecProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnDomainPropsMixin.ResourceSpecProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDomainPropsMixin.ResourceSpecProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDomainPropsMixin.ResourceSpecProperty
@Stability(Stable)
@Internal
public static final class CfnDomainPropsMixin.ResourceSpecProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDomainPropsMixin.ResourceSpecProperty
An implementation for
CfnDomainPropsMixin.ResourceSpecProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnDomainPropsMixin.ResourceSpecProperty
CfnDomainPropsMixin.ResourceSpecProperty.Builder, CfnDomainPropsMixin.ResourceSpecProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDomainPropsMixin.ResourceSpecProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThe instance type that the image version runs on.final StringThe Amazon Resource Name (ARN) of the Lifecycle Configuration attached to the Resource.final StringThe ARN of the SageMaker AI image that the image version belongs to.final StringThe ARN of the image version created on the instance.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnDomainPropsMixin.ResourceSpecProperty.Builder.
-
-
Method Details
-
getInstanceType
Description copied from interface:CfnDomainPropsMixin.ResourceSpecPropertyThe instance type that the image version runs on.JupyterServer apps only support the
systemvalue.For KernelGateway apps , the
systemvalue is translated toml.t3.medium. KernelGateway apps also support all other values for available instance types.- Specified by:
getInstanceTypein interfaceCfnDomainPropsMixin.ResourceSpecProperty- See Also:
-
getLifecycleConfigArn
Description copied from interface:CfnDomainPropsMixin.ResourceSpecPropertyThe Amazon Resource Name (ARN) of the Lifecycle Configuration attached to the Resource.- Specified by:
getLifecycleConfigArnin interfaceCfnDomainPropsMixin.ResourceSpecProperty- See Also:
-
getSageMakerImageArn
Description copied from interface:CfnDomainPropsMixin.ResourceSpecPropertyThe ARN of the SageMaker AI image that the image version belongs to.- Specified by:
getSageMakerImageArnin interfaceCfnDomainPropsMixin.ResourceSpecProperty- See Also:
-
getSageMakerImageVersionArn
Description copied from interface:CfnDomainPropsMixin.ResourceSpecPropertyThe ARN of the image version created on the instance.To clear the value set for
SageMakerImageVersionArn, passNoneas the value.- Specified by:
getSageMakerImageVersionArnin interfaceCfnDomainPropsMixin.ResourceSpecProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-