Class: Aws::SageMaker::Types::DefaultSpaceSettings

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

Overview

A collection of settings that apply to spaces created in the Domain.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#execution_roleString

The ARN of the execution role for the space.

Returns:

  • (String)


9382
9383
9384
9385
9386
9387
9388
9389
# File 'lib/aws-sdk-sagemaker/types.rb', line 9382

class DefaultSpaceSettings < Struct.new(
  :execution_role,
  :security_groups,
  :jupyter_server_app_settings,
  :kernel_gateway_app_settings)
  SENSITIVE = []
  include Aws::Structure
end

#jupyter_server_app_settingsTypes::JupyterServerAppSettings

The JupyterServer app settings.



9382
9383
9384
9385
9386
9387
9388
9389
# File 'lib/aws-sdk-sagemaker/types.rb', line 9382

class DefaultSpaceSettings < Struct.new(
  :execution_role,
  :security_groups,
  :jupyter_server_app_settings,
  :kernel_gateway_app_settings)
  SENSITIVE = []
  include Aws::Structure
end

#kernel_gateway_app_settingsTypes::KernelGatewayAppSettings

The KernelGateway app settings.



9382
9383
9384
9385
9386
9387
9388
9389
# File 'lib/aws-sdk-sagemaker/types.rb', line 9382

class DefaultSpaceSettings < Struct.new(
  :execution_role,
  :security_groups,
  :jupyter_server_app_settings,
  :kernel_gateway_app_settings)
  SENSITIVE = []
  include Aws::Structure
end

#security_groupsArray<String>

The security group IDs for the Amazon Virtual Private Cloud that the space uses for communication.

Returns:

  • (Array<String>)


9382
9383
9384
9385
9386
9387
9388
9389
# File 'lib/aws-sdk-sagemaker/types.rb', line 9382

class DefaultSpaceSettings < Struct.new(
  :execution_role,
  :security_groups,
  :jupyter_server_app_settings,
  :kernel_gateway_app_settings)
  SENSITIVE = []
  include Aws::Structure
end