Skip to content

/AWS1/CL_SGMDOMAINSETTINGS

A collection of settings that apply to the SageMaker Domain. These settings are specified through the CreateDomain API call.

CONSTRUCTOR

IMPORTING

Optional arguments:

it_securitygroupids TYPE /AWS1/CL_SGMDOMSECGROUPIDS_W=>TT_DOMAINSECURITYGROUPIDS TT_DOMAINSECURITYGROUPIDS

The security groups for the Amazon Virtual Private Cloud that the Domain uses for communication between Domain-level apps and user apps.

io_rstudioserverprodomstgs TYPE REF TO /AWS1/CL_SGMRSTUDIOSERVERPRO01 /AWS1/CL_SGMRSTUDIOSERVERPRO01

A collection of settings that configure the RStudioServerPro Domain-level app.

iv_execroleidentityconfig TYPE /AWS1/SGMEXECROLEIDCONFIG /AWS1/SGMEXECROLEIDCONFIG

The configuration for attaching a SageMaker AI user profile name to the execution role as a sts:SourceIdentity key.

io_trustedidpropagationstgs TYPE REF TO /AWS1/CL_SGMTRSIDPROPAGATION00 /AWS1/CL_SGMTRSIDPROPAGATION00

The Trusted Identity Propagation (TIP) settings for the SageMaker domain. These settings determine how user identities from IAM Identity Center are propagated through the domain to TIP enabled Amazon Web Services services.

io_dockersettings TYPE REF TO /AWS1/CL_SGMDOCKERSETTINGS /AWS1/CL_SGMDOCKERSETTINGS

A collection of settings that configure the domain's Docker interaction.

io_amazonqsettings TYPE REF TO /AWS1/CL_SGMAMAZONQSETTINGS /AWS1/CL_SGMAMAZONQSETTINGS

A collection of settings that configure the Amazon Q experience within the domain. The AuthMode that you use to create the domain must be SSO.

io_unifiedstudiosettings TYPE REF TO /AWS1/CL_SGMUNIFIEDSTUDIOSTGS /AWS1/CL_SGMUNIFIEDSTUDIOSTGS

The settings that apply to an SageMaker AI domain when you use it in Amazon SageMaker Unified Studio.

iv_ipaddresstype TYPE /AWS1/SGMIPADDRESSTYPE /AWS1/SGMIPADDRESSTYPE

The IP address type for the domain. Specify ipv4 for IPv4-only connectivity or dualstack for both IPv4 and IPv6 connectivity. When you specify dualstack, the subnet must support IPv6 CIDR blocks. If not specified, defaults to ipv4.


Queryable Attributes

SecurityGroupIds

The security groups for the Amazon Virtual Private Cloud that the Domain uses for communication between Domain-level apps and user apps.

Accessible with the following methods

Method Description
GET_SECURITYGROUPIDS() Getter for SECURITYGROUPIDS, with configurable default
ASK_SECURITYGROUPIDS() Getter for SECURITYGROUPIDS w/ exceptions if field has no va
HAS_SECURITYGROUPIDS() Determine if SECURITYGROUPIDS has a value

RStudioServerProDomainSettings

A collection of settings that configure the RStudioServerPro Domain-level app.

Accessible with the following methods

Method Description
GET_RSTUDIOSERVERPRODOMSTGS() Getter for RSTUDIOSERVERPRODOMAINSTGS

ExecutionRoleIdentityConfig

The configuration for attaching a SageMaker AI user profile name to the execution role as a sts:SourceIdentity key.

Accessible with the following methods

Method Description
GET_EXECROLEIDENTITYCONFIG() Getter for EXECUTIONROLEIDENTITYCONFIG, with configurable de
ASK_EXECROLEIDENTITYCONFIG() Getter for EXECUTIONROLEIDENTITYCONFIG w/ exceptions if fiel
HAS_EXECROLEIDENTITYCONFIG() Determine if EXECUTIONROLEIDENTITYCONFIG has a value

TrustedIdentityPropagationSettings

The Trusted Identity Propagation (TIP) settings for the SageMaker domain. These settings determine how user identities from IAM Identity Center are propagated through the domain to TIP enabled Amazon Web Services services.

Accessible with the following methods

Method Description
GET_TRUSTEDIDPROPAGATIONSTGS() Getter for TRUSTEDIDPROPAGATIONSTGS

DockerSettings

A collection of settings that configure the domain's Docker interaction.

Accessible with the following methods

Method Description
GET_DOCKERSETTINGS() Getter for DOCKERSETTINGS

AmazonQSettings

A collection of settings that configure the Amazon Q experience within the domain. The AuthMode that you use to create the domain must be SSO.

Accessible with the following methods

Method Description
GET_AMAZONQSETTINGS() Getter for AMAZONQSETTINGS

UnifiedStudioSettings

The settings that apply to an SageMaker AI domain when you use it in Amazon SageMaker Unified Studio.

Accessible with the following methods

Method Description
GET_UNIFIEDSTUDIOSETTINGS() Getter for UNIFIEDSTUDIOSETTINGS

IpAddressType

The IP address type for the domain. Specify ipv4 for IPv4-only connectivity or dualstack for both IPv4 and IPv6 connectivity. When you specify dualstack, the subnet must support IPv6 CIDR blocks. If not specified, defaults to ipv4.

Accessible with the following methods

Method Description
GET_IPADDRESSTYPE() Getter for IPADDRESSTYPE, with configurable default
ASK_IPADDRESSTYPE() Getter for IPADDRESSTYPE w/ exceptions if field has no value
HAS_IPADDRESSTYPE() Determine if IPADDRESSTYPE has a value