Class CfnStudioLifecycleConfigProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.sagemaker.CfnStudioLifecycleConfigProps.Jsii$Proxy
- All Implemented Interfaces:
CfnStudioLifecycleConfigProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnStudioLifecycleConfigProps
@Stability(Stable)
@Internal
public static final class CfnStudioLifecycleConfigProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnStudioLifecycleConfigProps
An implementation for
CfnStudioLifecycleConfigProps-
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.services.sagemaker.CfnStudioLifecycleConfigProps
CfnStudioLifecycleConfigProps.Builder, CfnStudioLifecycleConfigProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnStudioLifecycleConfigProps.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 App type to which the Lifecycle Configuration is attached.final StringThe content of your Amazon SageMaker Studio Lifecycle Configuration script.final StringThe name of the Amazon SageMaker AI Studio Lifecycle Configuration.getTags()Tags to be associated with the Lifecycle Configuration.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 theCfnStudioLifecycleConfigProps.Builder.
-
-
Method Details
-
getStudioLifecycleConfigAppType
Description copied from interface:CfnStudioLifecycleConfigPropsThe App type to which the Lifecycle Configuration is attached.- Specified by:
getStudioLifecycleConfigAppTypein interfaceCfnStudioLifecycleConfigProps- See Also:
-
getStudioLifecycleConfigContent
Description copied from interface:CfnStudioLifecycleConfigPropsThe content of your Amazon SageMaker Studio Lifecycle Configuration script.This content must be base64 encoded.
- Specified by:
getStudioLifecycleConfigContentin interfaceCfnStudioLifecycleConfigProps- See Also:
-
getStudioLifecycleConfigName
Description copied from interface:CfnStudioLifecycleConfigPropsThe name of the Amazon SageMaker AI Studio Lifecycle Configuration.- Specified by:
getStudioLifecycleConfigNamein interfaceCfnStudioLifecycleConfigProps- See Also:
-
getTags
Description copied from interface:CfnStudioLifecycleConfigPropsTags to be associated with the Lifecycle Configuration.Each tag consists of a key and an optional value. Tag keys must be unique per resource. Tags are searchable using the Search API.
- Specified by:
getTagsin interfaceCfnStudioLifecycleConfigProps- 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()
-