Class CfnDomainProps.Jsii$Proxy
- All Implemented Interfaces:
CfnDomainProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDomainProps
CfnDomainProps-
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.CfnDomainProps
CfnDomainProps.Builder, CfnDomainProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnDomainProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnDomainProps.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 StringSpecifies the VPC used for non-EFS traffic.final StringThe entity that creates and manages the required security groups for inter-app communication inVpcOnlymode.final StringThe mode of authentication that members use to access the Domain.final ObjectThe default settings for shared spaces that users create in the domain.final ObjectThe default user settings.final StringThe domain name.final ObjectA collection of settings that apply to theSageMaker Domain.final StringSageMaker uses AWS KMS to encrypt the EFS volume attached to the Domain with an AWS managed customer master key (CMK) by default.The VPC subnets that Studio uses for communication.final StringIndicates whether the tags added to Domain, User Profile and Space entity is propagated to all SageMaker resources.getTags()Tags to associated with the Domain.final ObjectgetVpcId()The ID of the Amazon Virtual Private Cloud (Amazon VPC) that Studio uses for communication.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 theCfnDomainProps.Builder.
-
-
Method Details
-
getAuthMode
Description copied from interface:CfnDomainPropsThe mode of authentication that members use to access the Domain.Valid Values :
SSO | IAM- Specified by:
getAuthModein interfaceCfnDomainProps- See Also:
-
getDefaultUserSettings
Description copied from interface:CfnDomainPropsThe default user settings.Returns union: either
IResolvableorCfnDomain.UserSettingsProperty- Specified by:
getDefaultUserSettingsin interfaceCfnDomainProps- See Also:
-
getDomainName
Description copied from interface:CfnDomainPropsThe domain name.- Specified by:
getDomainNamein interfaceCfnDomainProps- See Also:
-
getAppNetworkAccessType
Description copied from interface:CfnDomainPropsSpecifies the VPC used for non-EFS traffic. The default value isPublicInternetOnly.PublicInternetOnly- Non-EFS traffic is through a VPC managed by Amazon SageMaker AI , which allows direct internet accessVpcOnly- All Studio traffic is through the specified VPC and subnets
Valid Values :
PublicInternetOnly | VpcOnly- Specified by:
getAppNetworkAccessTypein interfaceCfnDomainProps- See Also:
-
getAppSecurityGroupManagement
Description copied from interface:CfnDomainPropsThe entity that creates and manages the required security groups for inter-app communication inVpcOnlymode.Required when
CreateDomain.AppNetworkAccessTypeisVpcOnlyandDomainSettings.RStudioServerProDomainSettings.DomainExecutionRoleArnis provided. If setting up the domain for use with RStudio, this value must be set toService.Allowed Values :
Service|Customer- Specified by:
getAppSecurityGroupManagementin interfaceCfnDomainProps- See Also:
-
getDefaultSpaceSettings
Description copied from interface:CfnDomainPropsThe default settings for shared spaces that users create in the domain.SageMaker applies these settings only to shared spaces. It doesn't apply them to private spaces.
Returns union: either
IResolvableorCfnDomain.DefaultSpaceSettingsProperty- Specified by:
getDefaultSpaceSettingsin interfaceCfnDomainProps- See Also:
-
getDomainSettings
Description copied from interface:CfnDomainPropsA collection of settings that apply to theSageMaker Domain.These settings are specified through the
CreateDomainAPI call.Returns union: either
IResolvableorCfnDomain.DomainSettingsProperty- Specified by:
getDomainSettingsin interfaceCfnDomainProps- See Also:
-
getKmsKeyId
Description copied from interface:CfnDomainPropsSageMaker uses AWS KMS to encrypt the EFS volume attached to the Domain with an AWS managed customer master key (CMK) by default.For more control, specify a customer managed CMK.
Length Constraints : Maximum length of 2048.
Pattern :
.*- Specified by:
getKmsKeyIdin interfaceCfnDomainProps- See Also:
-
getSubnetIds
Description copied from interface:CfnDomainPropsThe VPC subnets that Studio uses for communication.Length Constraints : Maximum length of 32.
Array members : Minimum number of 1 item. Maximum number of 16 items.
Pattern :
[-0-9a-zA-Z]+Returns union: Listinvalid input: '<'either
StringorISubnetRef>- Specified by:
getSubnetIdsin interfaceCfnDomainProps- See Also:
-
getTagPropagation
Description copied from interface:CfnDomainPropsIndicates whether the tags added to Domain, User Profile and Space entity is propagated to all SageMaker resources.- Specified by:
getTagPropagationin interfaceCfnDomainProps- See Also:
-
getTags
Description copied from interface:CfnDomainPropsTags to associated with the Domain.Each tag consists of a key and an optional value. Tag keys must be unique per resource. Tags are searchable using the Search API.
Tags that you specify for the Domain are also added to all apps that are launched in the Domain.
Array members : Minimum number of 0 items. Maximum number of 50 items.
- Specified by:
getTagsin interfaceCfnDomainProps- See Also:
-
getVpcId
Description copied from interface:CfnDomainPropsThe ID of the Amazon Virtual Private Cloud (Amazon VPC) that Studio uses for communication.Length Constraints : Maximum length of 32.
Pattern :
[-0-9a-zA-Z]+- Specified by:
getVpcIdin interfaceCfnDomainProps- 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()
-