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 ObjectAWS::SageMaker::Domain.DefaultSpaceSettings.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.getTags()Tags to associated with the Domain.final StringgetVpcId()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
-
getDefaultUserSettings
Description copied from interface:CfnDomainPropsThe default user settings.- Specified by:
getDefaultUserSettingsin interfaceCfnDomainProps
-
getDomainName
Description copied from interface:CfnDomainPropsThe domain name.- Specified by:
getDomainNamein interfaceCfnDomainProps
-
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]+- Specified by:
getSubnetIdsin interfaceCfnDomainProps
-
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
-
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 , which allows direct internet accessVpcOnly- All Studio traffic is through the specified VPC and subnets
Valid Values :
PublicInternetOnly | VpcOnly- Specified by:
getAppNetworkAccessTypein interfaceCfnDomainProps
-
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
-
getDefaultSpaceSettings
Description copied from interface:CfnDomainPropsAWS::SageMaker::Domain.DefaultSpaceSettings.- Specified by:
getDefaultSpaceSettingsin interfaceCfnDomainProps
-
getDomainSettings
Description copied from interface:CfnDomainPropsA collection of settings that apply to theSageMaker Domain.These settings are specified through the
CreateDomainAPI call.- Specified by:
getDomainSettingsin interfaceCfnDomainProps
-
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
-
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
-
$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()
-