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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.sagemaker.CfnStudioLifecycleConfigProps
CfnStudioLifecycleConfigProps.Builder, CfnStudioLifecycleConfigProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnStudioLifecycleConfigProps.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
The App type to which the Lifecycle Configuration is attached.final String
The content of your Amazon SageMaker Studio Lifecycle Configuration script.final String
The name of the Amazon SageMaker Studio Lifecycle Configuration.getTags()
Tags to be associated with the Lifecycle Configuration.final int
hashCode()
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:CfnStudioLifecycleConfigProps
The App type to which the Lifecycle Configuration is attached.- Specified by:
getStudioLifecycleConfigAppType
in interfaceCfnStudioLifecycleConfigProps
- See Also:
-
getStudioLifecycleConfigContent
Description copied from interface:CfnStudioLifecycleConfigProps
The content of your Amazon SageMaker Studio Lifecycle Configuration script.This content must be base64 encoded.
- Specified by:
getStudioLifecycleConfigContent
in interfaceCfnStudioLifecycleConfigProps
- See Also:
-
getStudioLifecycleConfigName
Description copied from interface:CfnStudioLifecycleConfigProps
The name of the Amazon SageMaker Studio Lifecycle Configuration.- Specified by:
getStudioLifecycleConfigName
in interfaceCfnStudioLifecycleConfigProps
- See Also:
-
getTags
Description copied from interface:CfnStudioLifecycleConfigProps
Tags 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:
getTags
in interfaceCfnStudioLifecycleConfigProps
- 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()
-