Class CfnCluster.ClusterLifeCycleConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.sagemaker.CfnCluster.ClusterLifeCycleConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnCluster.ClusterLifeCycleConfigProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnCluster.ClusterLifeCycleConfigProperty
@Stability(Stable)
@Internal
public static final class CfnCluster.ClusterLifeCycleConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnCluster.ClusterLifeCycleConfigProperty
An implementation for
CfnCluster.ClusterLifeCycleConfigProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.sagemaker.CfnCluster.ClusterLifeCycleConfigProperty
CfnCluster.ClusterLifeCycleConfigProperty.Builder, CfnCluster.ClusterLifeCycleConfigProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnCluster.ClusterLifeCycleConfigProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
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 theCfnCluster.ClusterLifeCycleConfigProperty.Builder
.
-
-
Method Details
-
getOnCreate
Description copied from interface:CfnCluster.ClusterLifeCycleConfigProperty
The file name of the entrypoint script of lifecycle scripts underSourceS3Uri
.This entrypoint script runs during cluster creation.
- Specified by:
getOnCreate
in interfaceCfnCluster.ClusterLifeCycleConfigProperty
- See Also:
-
getSourceS3Uri
Description copied from interface:CfnCluster.ClusterLifeCycleConfigProperty
An Amazon S3 bucket path where your lifecycle scripts are stored.Make sure that the S3 bucket path starts with
s3://sagemaker-
. The IAM role for SageMaker HyperPod has the managedAmazonSageMakerClusterInstanceRolePolicy
attached, which allows access to S3 buckets with the specific prefixsagemaker-
.- Specified by:
getSourceS3Uri
in interfaceCfnCluster.ClusterLifeCycleConfigProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-