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

#docker_settingsTypes::DockerSettings

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



17749
17750
17751
17752
17753
17754
17755
17756
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 17749

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

#execution_role_identity_configString

The configuration for attaching a SageMaker 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)


17749
17750
17751
17752
17753
17754
17755
17756
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 17749

class DomainSettingsForUpdate < Struct.new(
  :r_studio_server_pro_domain_settings_for_update,
  :execution_role_identity_config,
  :security_group_ids,
  :docker_settings)
  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.



17749
17750
17751
17752
17753
17754
17755
17756
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 17749

class DomainSettingsForUpdate < Struct.new(
  :r_studio_server_pro_domain_settings_for_update,
  :execution_role_identity_config,
  :security_group_ids,
  :docker_settings)
  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>)


17749
17750
17751
17752
17753
17754
17755
17756
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 17749

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