Class CfnDomain.DomainSettingsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.sagemaker.CfnDomain.DomainSettingsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDomain.DomainSettingsProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDomain.DomainSettingsProperty
@Stability(Stable)
@Internal
public static final class CfnDomain.DomainSettingsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDomain.DomainSettingsProperty
An implementation for
CfnDomain.DomainSettingsProperty
-
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.DomainSettingsProperty
CfnDomain.DomainSettingsProperty.Builder, CfnDomain.DomainSettingsProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDomain.DomainSettingsProperty.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 Object
A collection of settings that configure the domain's Docker interaction.final String
The configuration for attaching a SageMaker AI user profile name to the execution role as a sts:SourceIdentity key .final Object
A collection of settings that configure theRStudioServerPro
Domain-level app.The security groups for the Amazon Virtual Private Cloud that theDomain
uses for communication between Domain-level apps and user apps.final Object
The settings that apply to an SageMaker AI domain when you use it in Amazon SageMaker Unified Studio.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.DomainSettingsProperty.Builder
.
-
-
Method Details
-
getDockerSettings
Description copied from interface:CfnDomain.DomainSettingsProperty
A collection of settings that configure the domain's Docker interaction.- Specified by:
getDockerSettings
in interfaceCfnDomain.DomainSettingsProperty
- See Also:
-
getExecutionRoleIdentityConfig
Description copied from interface:CfnDomain.DomainSettingsProperty
The configuration for attaching a SageMaker AI user profile name to the execution role as a sts:SourceIdentity key .- Specified by:
getExecutionRoleIdentityConfig
in interfaceCfnDomain.DomainSettingsProperty
- See Also:
-
getRStudioServerProDomainSettings
Description copied from interface:CfnDomain.DomainSettingsProperty
A collection of settings that configure theRStudioServerPro
Domain-level app.- Specified by:
getRStudioServerProDomainSettings
in interfaceCfnDomain.DomainSettingsProperty
- See Also:
-
getSecurityGroupIds
Description copied from interface:CfnDomain.DomainSettingsProperty
The security groups for the Amazon Virtual Private Cloud that theDomain
uses for communication between Domain-level apps and user apps.- Specified by:
getSecurityGroupIds
in interfaceCfnDomain.DomainSettingsProperty
- See Also:
-
getUnifiedStudioSettings
Description copied from interface:CfnDomain.DomainSettingsProperty
The settings that apply to an SageMaker AI domain when you use it in Amazon SageMaker Unified Studio.- Specified by:
getUnifiedStudioSettings
in interfaceCfnDomain.DomainSettingsProperty
- 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()
-