Class CfnDomain.UserSettingsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.sagemaker.CfnDomain.UserSettingsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDomain.UserSettingsProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDomain.UserSettingsProperty
@Stability(Stable)
@Internal
public static final class CfnDomain.UserSettingsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDomain.UserSettingsProperty
An implementation for
CfnDomain.UserSettingsProperty
-
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.CfnDomain.UserSettingsProperty
CfnDomain.UserSettingsProperty.Builder, CfnDomain.UserSettingsProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDomain.UserSettingsProperty.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 execution role for the user.final Object
The Jupyter server's app settings.final Object
The kernel gateway app settings.final Object
A collection of settings that configure theRSessionGateway
app.final Object
A collection of settings that configure user interaction with theRStudioServerPro
app.The security groups for the Amazon Virtual Private Cloud (VPC) that Studio uses for communication.final Object
Specifies options for sharing SageMaker Studio notebooks.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 theCfnDomain.UserSettingsProperty.Builder
.
-
-
Method Details
-
getExecutionRole
Description copied from interface:CfnDomain.UserSettingsProperty
The execution role for the user.- Specified by:
getExecutionRole
in interfaceCfnDomain.UserSettingsProperty
-
getJupyterServerAppSettings
Description copied from interface:CfnDomain.UserSettingsProperty
The Jupyter server's app settings.- Specified by:
getJupyterServerAppSettings
in interfaceCfnDomain.UserSettingsProperty
-
getKernelGatewayAppSettings
Description copied from interface:CfnDomain.UserSettingsProperty
The kernel gateway app settings.- Specified by:
getKernelGatewayAppSettings
in interfaceCfnDomain.UserSettingsProperty
-
getRSessionAppSettings
Description copied from interface:CfnDomain.UserSettingsProperty
A collection of settings that configure theRSessionGateway
app.- Specified by:
getRSessionAppSettings
in interfaceCfnDomain.UserSettingsProperty
-
getRStudioServerProAppSettings
Description copied from interface:CfnDomain.UserSettingsProperty
A collection of settings that configure user interaction with theRStudioServerPro
app.- Specified by:
getRStudioServerProAppSettings
in interfaceCfnDomain.UserSettingsProperty
-
getSecurityGroups
Description copied from interface:CfnDomain.UserSettingsProperty
The security groups for the Amazon Virtual Private Cloud (VPC) that Studio uses for communication.Optional when the
CreateDomain.AppNetworkAccessType
parameter is set toPublicInternetOnly
.Required when the
CreateDomain.AppNetworkAccessType
parameter is set toVpcOnly
, unless specified as part of theDefaultUserSettings
for the domain.Amazon SageMaker adds a security group to allow NFS traffic from SageMaker Studio. Therefore, the number of security groups that you can specify is one less than the maximum number shown.
- Specified by:
getSecurityGroups
in interfaceCfnDomain.UserSettingsProperty
-
getSharingSettings
Description copied from interface:CfnDomain.UserSettingsProperty
Specifies options for sharing SageMaker Studio notebooks.- Specified by:
getSharingSettings
in interfaceCfnDomain.UserSettingsProperty
-
$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()
-