Class CfnDomain.DefaultSpaceSettingsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.sagemaker.CfnDomain.DefaultSpaceSettingsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDomain.DefaultSpaceSettingsProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnDomain.DefaultSpaceSettingsProperty
@Stability(Stable)
@Internal
public static final class CfnDomain.DefaultSpaceSettingsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDomain.DefaultSpaceSettingsProperty
An implementation for
CfnDomain.DefaultSpaceSettingsProperty-
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.CfnDomain.DefaultSpaceSettingsProperty
CfnDomain.DefaultSpaceSettingsProperty.Builder, CfnDomain.DefaultSpaceSettingsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDomain.DefaultSpaceSettingsProperty.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 ARN of the execution role for the space.final ObjectThe JupyterServer app settings.final ObjectThe KernelGateway app settings.The security group IDs for the Amazon Virtual Private Cloud that the space uses for communication.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 theCfnDomain.DefaultSpaceSettingsProperty.Builder.
-
-
Method Details
-
getExecutionRole
Description copied from interface:CfnDomain.DefaultSpaceSettingsPropertyThe ARN of the execution role for the space.- Specified by:
getExecutionRolein interfaceCfnDomain.DefaultSpaceSettingsProperty
-
getJupyterServerAppSettings
Description copied from interface:CfnDomain.DefaultSpaceSettingsPropertyThe JupyterServer app settings.- Specified by:
getJupyterServerAppSettingsin interfaceCfnDomain.DefaultSpaceSettingsProperty
-
getKernelGatewayAppSettings
Description copied from interface:CfnDomain.DefaultSpaceSettingsPropertyThe KernelGateway app settings.- Specified by:
getKernelGatewayAppSettingsin interfaceCfnDomain.DefaultSpaceSettingsProperty
-
getSecurityGroups
Description copied from interface:CfnDomain.DefaultSpaceSettingsPropertyThe security group IDs for the Amazon Virtual Private Cloud that the space uses for communication.- Specified by:
getSecurityGroupsin interfaceCfnDomain.DefaultSpaceSettingsProperty
-
$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()
-