Class CfnDomain.UnifiedStudioSettingsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.sagemaker.CfnDomain.UnifiedStudioSettingsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDomain.UnifiedStudioSettingsProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDomain.UnifiedStudioSettingsProperty
@Stability(Stable)
@Internal
public static final class CfnDomain.UnifiedStudioSettingsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDomain.UnifiedStudioSettingsProperty
An implementation for
CfnDomain.UnifiedStudioSettingsProperty
-
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.UnifiedStudioSettingsProperty
CfnDomain.UnifiedStudioSettingsProperty.Builder, CfnDomain.UnifiedStudioSettingsProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDomain.UnifiedStudioSettingsProperty.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 ID of the AWS account that has the Amazon SageMaker Unified Studio domain.final String
The ID of the Amazon SageMaker Unified Studio domain associated with this domain.final String
The AWS Region where the domain is located in Amazon SageMaker Unified Studio.final String
The ID of the environment that Amazon SageMaker Unified Studio associates with the domain.final String
The ID of the Amazon SageMaker Unified Studio project that corresponds to the domain.final String
The location where Amazon S3 stores temporary execution data and other artifacts for the project that corresponds to the domain.final String
The ARN of the application managed by SageMaker AI and SageMaker Unified Studio in the AWS IAM Identity Center.final String
Sets whether you can access the domain in Amazon SageMaker 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.UnifiedStudioSettingsProperty.Builder
.
-
-
Method Details
-
getDomainAccountId
Description copied from interface:CfnDomain.UnifiedStudioSettingsProperty
The ID of the AWS account that has the Amazon SageMaker Unified Studio domain.The default value, if you don't specify an ID, is the ID of the account that has the Amazon SageMaker AI domain.
- Specified by:
getDomainAccountId
in interfaceCfnDomain.UnifiedStudioSettingsProperty
- See Also:
-
getDomainId
Description copied from interface:CfnDomain.UnifiedStudioSettingsProperty
The ID of the Amazon SageMaker Unified Studio domain associated with this domain.- Specified by:
getDomainId
in interfaceCfnDomain.UnifiedStudioSettingsProperty
- See Also:
-
getDomainRegion
Description copied from interface:CfnDomain.UnifiedStudioSettingsProperty
The AWS Region where the domain is located in Amazon SageMaker Unified Studio.The default value, if you don't specify a Region, is the Region where the Amazon SageMaker AI domain is located.
- Specified by:
getDomainRegion
in interfaceCfnDomain.UnifiedStudioSettingsProperty
- See Also:
-
getEnvironmentId
Description copied from interface:CfnDomain.UnifiedStudioSettingsProperty
The ID of the environment that Amazon SageMaker Unified Studio associates with the domain.- Specified by:
getEnvironmentId
in interfaceCfnDomain.UnifiedStudioSettingsProperty
- See Also:
-
getProjectId
Description copied from interface:CfnDomain.UnifiedStudioSettingsProperty
The ID of the Amazon SageMaker Unified Studio project that corresponds to the domain.- Specified by:
getProjectId
in interfaceCfnDomain.UnifiedStudioSettingsProperty
- See Also:
-
getProjectS3Path
Description copied from interface:CfnDomain.UnifiedStudioSettingsProperty
The location where Amazon S3 stores temporary execution data and other artifacts for the project that corresponds to the domain.- Specified by:
getProjectS3Path
in interfaceCfnDomain.UnifiedStudioSettingsProperty
- See Also:
-
getSingleSignOnApplicationArn
Description copied from interface:CfnDomain.UnifiedStudioSettingsProperty
The ARN of the application managed by SageMaker AI and SageMaker Unified Studio in the AWS IAM Identity Center.- Specified by:
getSingleSignOnApplicationArn
in interfaceCfnDomain.UnifiedStudioSettingsProperty
- See Also:
-
getStudioWebPortalAccess
Description copied from interface:CfnDomain.UnifiedStudioSettingsProperty
Sets whether you can access the domain in Amazon SageMaker Studio:.- ENABLED - You can access the domain in Amazon SageMaker Studio. If you migrate the domain to Amazon SageMaker Unified Studio, you can access it in both studio interfaces.
- DISABLED - You can't access the domain in Amazon SageMaker Studio. If you migrate the domain to Amazon SageMaker Unified Studio, you can access it only in that studio interface.
To migrate a domain to Amazon SageMaker Unified Studio, you specify the UnifiedStudioSettings data type when you use the UpdateDomain action.
- Specified by:
getStudioWebPortalAccess
in interfaceCfnDomain.UnifiedStudioSettingsProperty
- 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()
-