public static final class CfnDomainProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDomainProps
CfnDomainProps
CfnDomainProps.Builder, CfnDomainProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getAppNetworkAccessType()
Specifies the VPC used for non-EFS traffic.
|
java.lang.String |
getAppSecurityGroupManagement()
The entity that creates and manages the required security groups for inter-app communication in `VpcOnly` mode.
|
java.lang.String |
getAuthMode()
The mode of authentication that members use to access the Domain.
|
java.lang.Object |
getDefaultSpaceSettings()
`AWS::SageMaker::Domain.DefaultSpaceSettings`.
|
java.lang.Object |
getDefaultUserSettings()
The default user settings.
|
java.lang.String |
getDomainName()
The domain name.
|
java.lang.Object |
getDomainSettings()
A collection of settings that apply to the `SageMaker Domain` .
|
java.lang.String |
getKmsKeyId()
SageMaker uses AWS KMS to encrypt the EFS volume attached to the Domain with an AWS managed customer master key (CMK) by default.
|
java.util.List<java.lang.String> |
getSubnetIds()
The VPC subnets that Studio uses for communication.
|
java.util.List<CfnTag> |
getTags()
Tags to associated with the Domain.
|
java.lang.String |
getVpcId()
The ID of the Amazon Virtual Private Cloud (Amazon VPC) that Studio uses for communication.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getAuthMode()
CfnDomainProps
Valid Values : SSO | IAM
getAuthMode
in interface CfnDomainProps
public final java.lang.Object getDefaultUserSettings()
CfnDomainProps
getDefaultUserSettings
in interface CfnDomainProps
public final java.lang.String getDomainName()
CfnDomainProps
getDomainName
in interface CfnDomainProps
public final java.util.List<java.lang.String> getSubnetIds()
CfnDomainProps
Length Constraints : Maximum length of 32.
Array members : Minimum number of 1 item. Maximum number of 16 items.
Pattern : [-0-9a-zA-Z]+
getSubnetIds
in interface CfnDomainProps
public final java.lang.String getVpcId()
CfnDomainProps
Length Constraints : Maximum length of 32.
Pattern : [-0-9a-zA-Z]+
getVpcId
in interface CfnDomainProps
public final java.lang.String getAppNetworkAccessType()
CfnDomainProps
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
getAppNetworkAccessType
in interface CfnDomainProps
public final java.lang.String getAppSecurityGroupManagement()
CfnDomainProps
Required when CreateDomain.AppNetworkAccessType
is VpcOnly
and DomainSettings.RStudioServerProDomainSettings.DomainExecutionRoleArn
is provided.
getAppSecurityGroupManagement
in interface CfnDomainProps
public final java.lang.Object getDefaultSpaceSettings()
CfnDomainProps
getDefaultSpaceSettings
in interface CfnDomainProps
public final java.lang.Object getDomainSettings()
CfnDomainProps
These settings are specified through the CreateDomain
API call.
getDomainSettings
in interface CfnDomainProps
public final java.lang.String getKmsKeyId()
CfnDomainProps
For more control, specify a customer managed CMK.
Length Constraints : Maximum length of 2048.
Pattern : .*
getKmsKeyId
in interface CfnDomainProps
public final java.util.List<CfnTag> getTags()
CfnDomainProps
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.
getTags
in interface CfnDomainProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()