@Stability(value=Stable) public static final class CfnDomainProps.Builder extends Object implements software.amazon.jsii.Builder<CfnDomainProps>
CfnDomainProps| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnDomainProps.Builder authMode(String authMode)
CfnDomainProps.getAuthMode()authMode - The mode of authentication that members use to access the Domain. This parameter is required.
Valid Values : SSO | IAMthis@Stability(value=Stable) public CfnDomainProps.Builder defaultUserSettings(CfnDomain.UserSettingsProperty defaultUserSettings)
CfnDomainProps.getDefaultUserSettings()defaultUserSettings - The default user settings. This parameter is required.this@Stability(value=Stable) public CfnDomainProps.Builder defaultUserSettings(IResolvable defaultUserSettings)
CfnDomainProps.getDefaultUserSettings()defaultUserSettings - The default user settings. This parameter is required.this@Stability(value=Stable) public CfnDomainProps.Builder domainName(String domainName)
CfnDomainProps.getDomainName()domainName - The domain name. This parameter is required.this@Stability(value=Stable) public CfnDomainProps.Builder subnetIds(List<String> subnetIds)
CfnDomainProps.getSubnetIds()subnetIds - The VPC subnets that Studio uses for communication. This parameter is required.
Length Constraints : Maximum length of 32.
Array members : Minimum number of 1 item. Maximum number of 16 items.
Pattern : [-0-9a-zA-Z]+
this@Stability(value=Stable) public CfnDomainProps.Builder vpcId(String vpcId)
CfnDomainProps.getVpcId()vpcId - The ID of the Amazon Virtual Private Cloud (Amazon VPC) that Studio uses for communication. This parameter is required.
Length Constraints : Maximum length of 32.
Pattern : [-0-9a-zA-Z]+
this@Stability(value=Stable) public CfnDomainProps.Builder appNetworkAccessType(String appNetworkAccessType)
CfnDomainProps.getAppNetworkAccessType()appNetworkAccessType - Specifies the VPC used for non-EFS traffic. The default value is `PublicInternetOnly` .
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
this@Stability(value=Stable) public CfnDomainProps.Builder appSecurityGroupManagement(String appSecurityGroupManagement)
CfnDomainProps.getAppSecurityGroupManagement()appSecurityGroupManagement - The entity that creates and manages the required security groups for inter-app communication in `VpcOnly` mode.
Required when CreateDomain.AppNetworkAccessType is VpcOnly and DomainSettings.RStudioServerProDomainSettings.DomainExecutionRoleArn is provided.this@Stability(value=Stable) public CfnDomainProps.Builder domainSettings(CfnDomain.DomainSettingsProperty domainSettings)
CfnDomainProps.getDomainSettings()domainSettings - A collection of settings that apply to the `SageMaker Domain` .
These settings are specified through the CreateDomain API call.this@Stability(value=Stable) public CfnDomainProps.Builder domainSettings(IResolvable domainSettings)
CfnDomainProps.getDomainSettings()domainSettings - A collection of settings that apply to the `SageMaker Domain` .
These settings are specified through the CreateDomain API call.this@Stability(value=Stable) public CfnDomainProps.Builder kmsKeyId(String kmsKeyId)
CfnDomainProps.getKmsKeyId()kmsKeyId - SageMaker 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 : .*
this@Stability(value=Stable) public CfnDomainProps.Builder tags(List<? extends CfnTag> tags)
CfnDomainProps.getTags()tags - Tags 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.
this@Stability(value=Stable) public CfnDomainProps build()
build in interface software.amazon.jsii.Builder<CfnDomainProps>CfnDomainPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.