Class: Aws::SageMaker::Types::DomainSettings
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::DomainSettings
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
A collection of settings that apply to the ‘SageMaker Domain`. These settings are specified through the `CreateDomain` API call.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #amazon_q_settings  ⇒ Types::AmazonQSettings 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A collection of settings that configure the Amazon Q experience within the domain.
 - 
  
    
      #docker_settings  ⇒ Types::DockerSettings 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A collection of settings that configure the domain’s Docker interaction.
 - 
  
    
      #execution_role_identity_config  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The configuration for attaching a SageMaker AI user profile name to the execution role as a [sts:SourceIdentity key].
 - 
  
    
      #r_studio_server_pro_domain_settings  ⇒ Types::RStudioServerProDomainSettings 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A collection of settings that configure the ‘RStudioServerPro` Domain-level app.
 - 
  
    
      #security_group_ids  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The security groups for the Amazon Virtual Private Cloud that the ‘Domain` uses for communication between Domain-level apps and user apps.
 
Instance Attribute Details
#amazon_q_settings ⇒ Types::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`.
      20010 20011 20012 20013 20014 20015 20016 20017 20018  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 20010 class DomainSettings < Struct.new( :security_group_ids, :r_studio_server_pro_domain_settings, :execution_role_identity_config, :docker_settings, :amazon_q_settings) SENSITIVE = [] include Aws::Structure end  | 
  
#docker_settings ⇒ Types::DockerSettings
A collection of settings that configure the domain’s Docker interaction.
      20010 20011 20012 20013 20014 20015 20016 20017 20018  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 20010 class DomainSettings < Struct.new( :security_group_ids, :r_studio_server_pro_domain_settings, :execution_role_identity_config, :docker_settings, :amazon_q_settings) SENSITIVE = [] include Aws::Structure end  | 
  
#execution_role_identity_config ⇒ String
The configuration for attaching a SageMaker AI user profile name to the execution role as a [sts:SourceIdentity key].
[1]: docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_control-access_monitor.html
      20010 20011 20012 20013 20014 20015 20016 20017 20018  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 20010 class DomainSettings < Struct.new( :security_group_ids, :r_studio_server_pro_domain_settings, :execution_role_identity_config, :docker_settings, :amazon_q_settings) SENSITIVE = [] include Aws::Structure end  | 
  
#r_studio_server_pro_domain_settings ⇒ Types::RStudioServerProDomainSettings
A collection of settings that configure the ‘RStudioServerPro` Domain-level app.
      20010 20011 20012 20013 20014 20015 20016 20017 20018  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 20010 class DomainSettings < Struct.new( :security_group_ids, :r_studio_server_pro_domain_settings, :execution_role_identity_config, :docker_settings, :amazon_q_settings) SENSITIVE = [] include Aws::Structure end  | 
  
#security_group_ids ⇒ Array<String>
The security groups for the Amazon Virtual Private Cloud that the ‘Domain` uses for communication between Domain-level apps and user apps.
      20010 20011 20012 20013 20014 20015 20016 20017 20018  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 20010 class DomainSettings < Struct.new( :security_group_ids, :r_studio_server_pro_domain_settings, :execution_role_identity_config, :docker_settings, :amazon_q_settings) SENSITIVE = [] include Aws::Structure end  |