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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.sagemaker.CfnDomain.DomainSettingsProperty
CfnDomain.DomainSettingsProperty.Builder, CfnDomain.DomainSettingsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDomain.DomainSettingsProperty.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 ObjectA collection of settings that configure the domain's Docker interaction.final StringThe configuration for attaching a SageMaker AI user profile name to the execution role as a sts:SourceIdentity key .final StringThe IP address type for the domain.final ObjectA collection of settings that configure theRStudioServerProDomain-level app.The security groups for the Amazon Virtual Private Cloud that theDomainuses for communication between Domain-level apps and user apps.final ObjectThe settings that apply to an SageMaker AI domain when you use it in Amazon SageMaker Unified Studio.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.DomainSettingsProperty.Builder.
-
-
Method Details
-
getDockerSettings
Description copied from interface:CfnDomain.DomainSettingsPropertyA collection of settings that configure the domain's Docker interaction.Returns union: either
IResolvableorCfnDomain.DockerSettingsProperty- Specified by:
getDockerSettingsin interfaceCfnDomain.DomainSettingsProperty- See Also:
-
getExecutionRoleIdentityConfig
Description copied from interface:CfnDomain.DomainSettingsPropertyThe configuration for attaching a SageMaker AI user profile name to the execution role as a sts:SourceIdentity key .- Specified by:
getExecutionRoleIdentityConfigin interfaceCfnDomain.DomainSettingsProperty- See Also:
-
getIpAddressType
Description copied from interface:CfnDomain.DomainSettingsPropertyThe IP address type for the domain.Specify
ipv4for IPv4-only connectivity ordualstackfor both IPv4 and IPv6 connectivity. When you specifydualstack, the subnet must support IPv6 CIDR blocks. If not specified, defaults toipv4.- Specified by:
getIpAddressTypein interfaceCfnDomain.DomainSettingsProperty- See Also:
-
getRStudioServerProDomainSettings
Description copied from interface:CfnDomain.DomainSettingsPropertyA collection of settings that configure theRStudioServerProDomain-level app.Returns union: either
IResolvableorCfnDomain.RStudioServerProDomainSettingsProperty- Specified by:
getRStudioServerProDomainSettingsin interfaceCfnDomain.DomainSettingsProperty- See Also:
-
getSecurityGroupIds
Description copied from interface:CfnDomain.DomainSettingsPropertyThe security groups for the Amazon Virtual Private Cloud that theDomainuses for communication between Domain-level apps and user apps.- Specified by:
getSecurityGroupIdsin interfaceCfnDomain.DomainSettingsProperty- See Also:
-
getUnifiedStudioSettings
Description copied from interface:CfnDomain.DomainSettingsPropertyThe settings that apply to an SageMaker AI domain when you use it in Amazon SageMaker Unified Studio.Returns union: either
IResolvableorCfnDomain.UnifiedStudioSettingsProperty- Specified by:
getUnifiedStudioSettingsin interfaceCfnDomain.DomainSettingsProperty- 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()
-