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 ObjectThe settings for assigning a custom file system to a domain.final ObjectReturns union: eitherIResolvableorCfnDomain.CustomPosixUserConfigPropertyfinal StringThe ARN of the execution role for the space.final ObjectThe JupyterLab app settings.final ObjectThe JupyterServer app settings.final ObjectThe KernelGateway app settings.The security group IDs for the Amazon VPC that the space uses for communication.final ObjectDefault storage settings for a space.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- See Also:
-
getCustomFileSystemConfigs
Description copied from interface:CfnDomain.DefaultSpaceSettingsPropertyThe settings for assigning a custom file system to a domain.Permitted users can access this file system in Amazon SageMaker AI Studio.
Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnDomain.CustomFileSystemConfigProperty>- Specified by:
getCustomFileSystemConfigsin interfaceCfnDomain.DefaultSpaceSettingsProperty- See Also:
-
getCustomPosixUserConfig
Description copied from interface:CfnDomain.DefaultSpaceSettingsPropertyReturns union: eitherIResolvableorCfnDomain.CustomPosixUserConfigProperty- Specified by:
getCustomPosixUserConfigin interfaceCfnDomain.DefaultSpaceSettingsProperty- See Also:
-
getJupyterLabAppSettings
Description copied from interface:CfnDomain.DefaultSpaceSettingsPropertyThe JupyterLab app settings.Returns union: either
IResolvableorCfnDomain.JupyterLabAppSettingsProperty- Specified by:
getJupyterLabAppSettingsin interfaceCfnDomain.DefaultSpaceSettingsProperty- See Also:
-
getJupyterServerAppSettings
Description copied from interface:CfnDomain.DefaultSpaceSettingsPropertyThe JupyterServer app settings.Returns union: either
IResolvableorCfnDomain.JupyterServerAppSettingsProperty- Specified by:
getJupyterServerAppSettingsin interfaceCfnDomain.DefaultSpaceSettingsProperty- See Also:
-
getKernelGatewayAppSettings
Description copied from interface:CfnDomain.DefaultSpaceSettingsPropertyThe KernelGateway app settings.Returns union: either
IResolvableorCfnDomain.KernelGatewayAppSettingsProperty- Specified by:
getKernelGatewayAppSettingsin interfaceCfnDomain.DefaultSpaceSettingsProperty- See Also:
-
getSecurityGroups
Description copied from interface:CfnDomain.DefaultSpaceSettingsPropertyThe security group IDs for the Amazon VPC that the space uses for communication.- Specified by:
getSecurityGroupsin interfaceCfnDomain.DefaultSpaceSettingsProperty- See Also:
-
getSpaceStorageSettings
Description copied from interface:CfnDomain.DefaultSpaceSettingsPropertyDefault storage settings for a space.Returns union: either
IResolvableorCfnDomain.DefaultSpaceStorageSettingsProperty- Specified by:
getSpaceStorageSettingsin interfaceCfnDomain.DefaultSpaceSettingsProperty- 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()
-