Class: Aws::SageMaker::Types::DomainSettingsForUpdate

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb

Overview

A collection of Domain configuration settings to update.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#amazon_q_settingsTypes::AmazonQSettings

A collection of settings that configure the Amazon Q experience within the domain.



21832
21833
21834
21835
21836
21837
21838
21839
21840
21841
21842
21843
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 21832

class DomainSettingsForUpdate < Struct.new(
  :r_studio_server_pro_domain_settings_for_update,
  :execution_role_identity_config,
  :security_group_ids,
  :trusted_identity_propagation_settings,
  :docker_settings,
  :amazon_q_settings,
  :unified_studio_settings,
  :ip_address_type)
  SENSITIVE = []
  include Aws::Structure
end

#docker_settingsTypes::DockerSettings

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



21832
21833
21834
21835
21836
21837
21838
21839
21840
21841
21842
21843
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 21832

class DomainSettingsForUpdate < Struct.new(
  :r_studio_server_pro_domain_settings_for_update,
  :execution_role_identity_config,
  :security_group_ids,
  :trusted_identity_propagation_settings,
  :docker_settings,
  :amazon_q_settings,
  :unified_studio_settings,
  :ip_address_type)
  SENSITIVE = []
  include Aws::Structure
end

#execution_role_identity_configString

The configuration for attaching a SageMaker AI user profile name to the execution role as a sts:SourceIdentity key. This configuration can only be modified if there are no apps in the InService or Pending state.

Returns:

  • (String)


21832
21833
21834
21835
21836
21837
21838
21839
21840
21841
21842
21843
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 21832

class DomainSettingsForUpdate < Struct.new(
  :r_studio_server_pro_domain_settings_for_update,
  :execution_role_identity_config,
  :security_group_ids,
  :trusted_identity_propagation_settings,
  :docker_settings,
  :amazon_q_settings,
  :unified_studio_settings,
  :ip_address_type)
  SENSITIVE = []
  include Aws::Structure
end

#ip_address_typeString

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.

Returns:

  • (String)


21832
21833
21834
21835
21836
21837
21838
21839
21840
21841
21842
21843
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 21832

class DomainSettingsForUpdate < Struct.new(
  :r_studio_server_pro_domain_settings_for_update,
  :execution_role_identity_config,
  :security_group_ids,
  :trusted_identity_propagation_settings,
  :docker_settings,
  :amazon_q_settings,
  :unified_studio_settings,
  :ip_address_type)
  SENSITIVE = []
  include Aws::Structure
end

#r_studio_server_pro_domain_settings_for_updateTypes::RStudioServerProDomainSettingsForUpdate

A collection of RStudioServerPro Domain-level app settings to update. A single RStudioServerPro application is created for a domain.



21832
21833
21834
21835
21836
21837
21838
21839
21840
21841
21842
21843
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 21832

class DomainSettingsForUpdate < Struct.new(
  :r_studio_server_pro_domain_settings_for_update,
  :execution_role_identity_config,
  :security_group_ids,
  :trusted_identity_propagation_settings,
  :docker_settings,
  :amazon_q_settings,
  :unified_studio_settings,
  :ip_address_type)
  SENSITIVE = []
  include Aws::Structure
end

#security_group_idsArray<String>

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

Returns:

  • (Array<String>)


21832
21833
21834
21835
21836
21837
21838
21839
21840
21841
21842
21843
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 21832

class DomainSettingsForUpdate < Struct.new(
  :r_studio_server_pro_domain_settings_for_update,
  :execution_role_identity_config,
  :security_group_ids,
  :trusted_identity_propagation_settings,
  :docker_settings,
  :amazon_q_settings,
  :unified_studio_settings,
  :ip_address_type)
  SENSITIVE = []
  include Aws::Structure
end

#trusted_identity_propagation_settingsTypes::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.



21832
21833
21834
21835
21836
21837
21838
21839
21840
21841
21842
21843
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 21832

class DomainSettingsForUpdate < Struct.new(
  :r_studio_server_pro_domain_settings_for_update,
  :execution_role_identity_config,
  :security_group_ids,
  :trusted_identity_propagation_settings,
  :docker_settings,
  :amazon_q_settings,
  :unified_studio_settings,
  :ip_address_type)
  SENSITIVE = []
  include Aws::Structure
end

#unified_studio_settingsTypes::UnifiedStudioSettings

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



21832
21833
21834
21835
21836
21837
21838
21839
21840
21841
21842
21843
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 21832

class DomainSettingsForUpdate < Struct.new(
  :r_studio_server_pro_domain_settings_for_update,
  :execution_role_identity_config,
  :security_group_ids,
  :trusted_identity_propagation_settings,
  :docker_settings,
  :amazon_q_settings,
  :unified_studio_settings,
  :ip_address_type)
  SENSITIVE = []
  include Aws::Structure
end