Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

Class: Aws::SageMaker::Types::DockerSettings

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#enable_docker_accessString

Indicates whether the domain can access Docker.

Returns:

  • (String)

19923
19924
19925
19926
19927
19928
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 19923

class DockerSettings < Struct.new(
  :enable_docker_access,
  :vpc_only_trusted_accounts)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_only_trusted_accountsArray<String>

The list of Amazon Web Services accounts that are trusted when the domain is created in VPC-only mode.

Returns:

  • (Array<String>)

19923
19924
19925
19926
19927
19928
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 19923

class DockerSettings < Struct.new(
  :enable_docker_access,
  :vpc_only_trusted_accounts)
  SENSITIVE = []
  include Aws::Structure
end