Class: Aws::SecurityHub::Types::AwsSageMakerNotebookInstanceDetails

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

Overview

Provides details about an Amazon SageMaker notebook instance.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#accelerator_typesArray<String>

A list of Amazon Elastic Inference instance types to associate with the notebook instance. Currently, only one instance type can be associated with a notebook instance.

Returns:

  • (Array<String>)


19446
19447
19448
19449
19450
19451
19452
19453
19454
19455
19456
19457
19458
19459
19460
19461
19462
19463
19464
19465
19466
19467
19468
19469
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 19446

class AwsSageMakerNotebookInstanceDetails < Struct.new(
  :accelerator_types,
  :additional_code_repositories,
  :default_code_repository,
  :direct_internet_access,
  :failure_reason,
  :instance_metadata_service_configuration,
  :instance_type,
  :kms_key_id,
  :network_interface_id,
  :notebook_instance_arn,
  :notebook_instance_lifecycle_config_name,
  :notebook_instance_name,
  :notebook_instance_status,
  :platform_identifier,
  :role_arn,
  :root_access,
  :security_groups,
  :subnet_id,
  :url,
  :volume_size_in_gb)
  SENSITIVE = []
  include Aws::Structure
end

#additional_code_repositoriesArray<String>

An array of up to three Git repositories associated with the notebook instance. These can be either the names of Git repositories stored as resources in your account, or the URL of Git repositories in CodeCommit or in any other Git repository. These repositories are cloned at the same level as the default repository of your notebook instance. For more information, see Associating Git repositories with SageMaker notebook instances in the Amazon SageMaker Developer Guide.

Returns:

  • (Array<String>)


19446
19447
19448
19449
19450
19451
19452
19453
19454
19455
19456
19457
19458
19459
19460
19461
19462
19463
19464
19465
19466
19467
19468
19469
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 19446

class AwsSageMakerNotebookInstanceDetails < Struct.new(
  :accelerator_types,
  :additional_code_repositories,
  :default_code_repository,
  :direct_internet_access,
  :failure_reason,
  :instance_metadata_service_configuration,
  :instance_type,
  :kms_key_id,
  :network_interface_id,
  :notebook_instance_arn,
  :notebook_instance_lifecycle_config_name,
  :notebook_instance_name,
  :notebook_instance_status,
  :platform_identifier,
  :role_arn,
  :root_access,
  :security_groups,
  :subnet_id,
  :url,
  :volume_size_in_gb)
  SENSITIVE = []
  include Aws::Structure
end

#default_code_repositoryString

The Git repository associated with the notebook instance as its default code repository. This can be either the name of a Git repository stored as a resource in your account, or the URL of a Git repository in CodeCommit or in any other Git repository. When you open a notebook instance, it opens in the directory that contains this repository. For more information, see Associating Git repositories with SageMaker notebook instances in the Amazon SageMaker Developer Guide.

Returns:

  • (String)


19446
19447
19448
19449
19450
19451
19452
19453
19454
19455
19456
19457
19458
19459
19460
19461
19462
19463
19464
19465
19466
19467
19468
19469
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 19446

class AwsSageMakerNotebookInstanceDetails < Struct.new(
  :accelerator_types,
  :additional_code_repositories,
  :default_code_repository,
  :direct_internet_access,
  :failure_reason,
  :instance_metadata_service_configuration,
  :instance_type,
  :kms_key_id,
  :network_interface_id,
  :notebook_instance_arn,
  :notebook_instance_lifecycle_config_name,
  :notebook_instance_name,
  :notebook_instance_status,
  :platform_identifier,
  :role_arn,
  :root_access,
  :security_groups,
  :subnet_id,
  :url,
  :volume_size_in_gb)
  SENSITIVE = []
  include Aws::Structure
end

#direct_internet_accessString

Sets whether SageMaker provides internet access to the notebook instance. If you set this to Disabled, this notebook instance is able to access resources only in your VPC, and is not be able to connect to SageMaker training and endpoint services unless you configure a Network Address Translation (NAT) Gateway in your VPC.

Returns:

  • (String)


19446
19447
19448
19449
19450
19451
19452
19453
19454
19455
19456
19457
19458
19459
19460
19461
19462
19463
19464
19465
19466
19467
19468
19469
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 19446

class AwsSageMakerNotebookInstanceDetails < Struct.new(
  :accelerator_types,
  :additional_code_repositories,
  :default_code_repository,
  :direct_internet_access,
  :failure_reason,
  :instance_metadata_service_configuration,
  :instance_type,
  :kms_key_id,
  :network_interface_id,
  :notebook_instance_arn,
  :notebook_instance_lifecycle_config_name,
  :notebook_instance_name,
  :notebook_instance_status,
  :platform_identifier,
  :role_arn,
  :root_access,
  :security_groups,
  :subnet_id,
  :url,
  :volume_size_in_gb)
  SENSITIVE = []
  include Aws::Structure
end

#failure_reasonString

If status of the instance is Failed, the reason it failed.

Returns:

  • (String)


19446
19447
19448
19449
19450
19451
19452
19453
19454
19455
19456
19457
19458
19459
19460
19461
19462
19463
19464
19465
19466
19467
19468
19469
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 19446

class AwsSageMakerNotebookInstanceDetails < Struct.new(
  :accelerator_types,
  :additional_code_repositories,
  :default_code_repository,
  :direct_internet_access,
  :failure_reason,
  :instance_metadata_service_configuration,
  :instance_type,
  :kms_key_id,
  :network_interface_id,
  :notebook_instance_arn,
  :notebook_instance_lifecycle_config_name,
  :notebook_instance_name,
  :notebook_instance_status,
  :platform_identifier,
  :role_arn,
  :root_access,
  :security_groups,
  :subnet_id,
  :url,
  :volume_size_in_gb)
  SENSITIVE = []
  include Aws::Structure
end

#instance_metadata_service_configurationTypes::AwsSageMakerNotebookInstanceMetadataServiceConfigurationDetails

Information on the IMDS configuration of the notebook instance.



19446
19447
19448
19449
19450
19451
19452
19453
19454
19455
19456
19457
19458
19459
19460
19461
19462
19463
19464
19465
19466
19467
19468
19469
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 19446

class AwsSageMakerNotebookInstanceDetails < Struct.new(
  :accelerator_types,
  :additional_code_repositories,
  :default_code_repository,
  :direct_internet_access,
  :failure_reason,
  :instance_metadata_service_configuration,
  :instance_type,
  :kms_key_id,
  :network_interface_id,
  :notebook_instance_arn,
  :notebook_instance_lifecycle_config_name,
  :notebook_instance_name,
  :notebook_instance_status,
  :platform_identifier,
  :role_arn,
  :root_access,
  :security_groups,
  :subnet_id,
  :url,
  :volume_size_in_gb)
  SENSITIVE = []
  include Aws::Structure
end

#instance_typeString

The type of machine learning (ML) compute instance to launch for the notebook instance.

Returns:

  • (String)


19446
19447
19448
19449
19450
19451
19452
19453
19454
19455
19456
19457
19458
19459
19460
19461
19462
19463
19464
19465
19466
19467
19468
19469
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 19446

class AwsSageMakerNotebookInstanceDetails < Struct.new(
  :accelerator_types,
  :additional_code_repositories,
  :default_code_repository,
  :direct_internet_access,
  :failure_reason,
  :instance_metadata_service_configuration,
  :instance_type,
  :kms_key_id,
  :network_interface_id,
  :notebook_instance_arn,
  :notebook_instance_lifecycle_config_name,
  :notebook_instance_name,
  :notebook_instance_status,
  :platform_identifier,
  :role_arn,
  :root_access,
  :security_groups,
  :subnet_id,
  :url,
  :volume_size_in_gb)
  SENSITIVE = []
  include Aws::Structure
end

#kms_key_idString

The Amazon Resource Name (ARN) of an Key Management Service (KMS) key that SageMaker uses to encrypt data on the storage volume attached to your notebook instance. The KMS key you provide must be enabled. For information, see Enabling and disabling keys in the Key Management Service Developer Guide.

Returns:

  • (String)


19446
19447
19448
19449
19450
19451
19452
19453
19454
19455
19456
19457
19458
19459
19460
19461
19462
19463
19464
19465
19466
19467
19468
19469
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 19446

class AwsSageMakerNotebookInstanceDetails < Struct.new(
  :accelerator_types,
  :additional_code_repositories,
  :default_code_repository,
  :direct_internet_access,
  :failure_reason,
  :instance_metadata_service_configuration,
  :instance_type,
  :kms_key_id,
  :network_interface_id,
  :notebook_instance_arn,
  :notebook_instance_lifecycle_config_name,
  :notebook_instance_name,
  :notebook_instance_status,
  :platform_identifier,
  :role_arn,
  :root_access,
  :security_groups,
  :subnet_id,
  :url,
  :volume_size_in_gb)
  SENSITIVE = []
  include Aws::Structure
end

#network_interface_idString

The network interface ID that SageMaker created when the instance was created.

Returns:

  • (String)


19446
19447
19448
19449
19450
19451
19452
19453
19454
19455
19456
19457
19458
19459
19460
19461
19462
19463
19464
19465
19466
19467
19468
19469
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 19446

class AwsSageMakerNotebookInstanceDetails < Struct.new(
  :accelerator_types,
  :additional_code_repositories,
  :default_code_repository,
  :direct_internet_access,
  :failure_reason,
  :instance_metadata_service_configuration,
  :instance_type,
  :kms_key_id,
  :network_interface_id,
  :notebook_instance_arn,
  :notebook_instance_lifecycle_config_name,
  :notebook_instance_name,
  :notebook_instance_status,
  :platform_identifier,
  :role_arn,
  :root_access,
  :security_groups,
  :subnet_id,
  :url,
  :volume_size_in_gb)
  SENSITIVE = []
  include Aws::Structure
end

#notebook_instance_arnString

The Amazon Resource Name (ARN) of the notebook instance.

Returns:

  • (String)


19446
19447
19448
19449
19450
19451
19452
19453
19454
19455
19456
19457
19458
19459
19460
19461
19462
19463
19464
19465
19466
19467
19468
19469
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 19446

class AwsSageMakerNotebookInstanceDetails < Struct.new(
  :accelerator_types,
  :additional_code_repositories,
  :default_code_repository,
  :direct_internet_access,
  :failure_reason,
  :instance_metadata_service_configuration,
  :instance_type,
  :kms_key_id,
  :network_interface_id,
  :notebook_instance_arn,
  :notebook_instance_lifecycle_config_name,
  :notebook_instance_name,
  :notebook_instance_status,
  :platform_identifier,
  :role_arn,
  :root_access,
  :security_groups,
  :subnet_id,
  :url,
  :volume_size_in_gb)
  SENSITIVE = []
  include Aws::Structure
end

#notebook_instance_lifecycle_config_nameString

The name of a notebook instance lifecycle configuration.

Returns:

  • (String)


19446
19447
19448
19449
19450
19451
19452
19453
19454
19455
19456
19457
19458
19459
19460
19461
19462
19463
19464
19465
19466
19467
19468
19469
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 19446

class AwsSageMakerNotebookInstanceDetails < Struct.new(
  :accelerator_types,
  :additional_code_repositories,
  :default_code_repository,
  :direct_internet_access,
  :failure_reason,
  :instance_metadata_service_configuration,
  :instance_type,
  :kms_key_id,
  :network_interface_id,
  :notebook_instance_arn,
  :notebook_instance_lifecycle_config_name,
  :notebook_instance_name,
  :notebook_instance_status,
  :platform_identifier,
  :role_arn,
  :root_access,
  :security_groups,
  :subnet_id,
  :url,
  :volume_size_in_gb)
  SENSITIVE = []
  include Aws::Structure
end

#notebook_instance_nameString

The name of the new notebook instance.

Returns:

  • (String)


19446
19447
19448
19449
19450
19451
19452
19453
19454
19455
19456
19457
19458
19459
19460
19461
19462
19463
19464
19465
19466
19467
19468
19469
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 19446

class AwsSageMakerNotebookInstanceDetails < Struct.new(
  :accelerator_types,
  :additional_code_repositories,
  :default_code_repository,
  :direct_internet_access,
  :failure_reason,
  :instance_metadata_service_configuration,
  :instance_type,
  :kms_key_id,
  :network_interface_id,
  :notebook_instance_arn,
  :notebook_instance_lifecycle_config_name,
  :notebook_instance_name,
  :notebook_instance_status,
  :platform_identifier,
  :role_arn,
  :root_access,
  :security_groups,
  :subnet_id,
  :url,
  :volume_size_in_gb)
  SENSITIVE = []
  include Aws::Structure
end

#notebook_instance_statusString

The status of the notebook instance.

Returns:

  • (String)


19446
19447
19448
19449
19450
19451
19452
19453
19454
19455
19456
19457
19458
19459
19460
19461
19462
19463
19464
19465
19466
19467
19468
19469
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 19446

class AwsSageMakerNotebookInstanceDetails < Struct.new(
  :accelerator_types,
  :additional_code_repositories,
  :default_code_repository,
  :direct_internet_access,
  :failure_reason,
  :instance_metadata_service_configuration,
  :instance_type,
  :kms_key_id,
  :network_interface_id,
  :notebook_instance_arn,
  :notebook_instance_lifecycle_config_name,
  :notebook_instance_name,
  :notebook_instance_status,
  :platform_identifier,
  :role_arn,
  :root_access,
  :security_groups,
  :subnet_id,
  :url,
  :volume_size_in_gb)
  SENSITIVE = []
  include Aws::Structure
end

#platform_identifierString

The platform identifier of the notebook instance runtime environment.

Returns:

  • (String)


19446
19447
19448
19449
19450
19451
19452
19453
19454
19455
19456
19457
19458
19459
19460
19461
19462
19463
19464
19465
19466
19467
19468
19469
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 19446

class AwsSageMakerNotebookInstanceDetails < Struct.new(
  :accelerator_types,
  :additional_code_repositories,
  :default_code_repository,
  :direct_internet_access,
  :failure_reason,
  :instance_metadata_service_configuration,
  :instance_type,
  :kms_key_id,
  :network_interface_id,
  :notebook_instance_arn,
  :notebook_instance_lifecycle_config_name,
  :notebook_instance_name,
  :notebook_instance_status,
  :platform_identifier,
  :role_arn,
  :root_access,
  :security_groups,
  :subnet_id,
  :url,
  :volume_size_in_gb)
  SENSITIVE = []
  include Aws::Structure
end

#role_arnString

The Amazon Resource Name (ARN) of the IAM role associated with the instance.

Returns:

  • (String)


19446
19447
19448
19449
19450
19451
19452
19453
19454
19455
19456
19457
19458
19459
19460
19461
19462
19463
19464
19465
19466
19467
19468
19469
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 19446

class AwsSageMakerNotebookInstanceDetails < Struct.new(
  :accelerator_types,
  :additional_code_repositories,
  :default_code_repository,
  :direct_internet_access,
  :failure_reason,
  :instance_metadata_service_configuration,
  :instance_type,
  :kms_key_id,
  :network_interface_id,
  :notebook_instance_arn,
  :notebook_instance_lifecycle_config_name,
  :notebook_instance_name,
  :notebook_instance_status,
  :platform_identifier,
  :role_arn,
  :root_access,
  :security_groups,
  :subnet_id,
  :url,
  :volume_size_in_gb)
  SENSITIVE = []
  include Aws::Structure
end

#root_accessString

Whether root access is enabled or disabled for users of the notebook instance.

Returns:

  • (String)


19446
19447
19448
19449
19450
19451
19452
19453
19454
19455
19456
19457
19458
19459
19460
19461
19462
19463
19464
19465
19466
19467
19468
19469
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 19446

class AwsSageMakerNotebookInstanceDetails < Struct.new(
  :accelerator_types,
  :additional_code_repositories,
  :default_code_repository,
  :direct_internet_access,
  :failure_reason,
  :instance_metadata_service_configuration,
  :instance_type,
  :kms_key_id,
  :network_interface_id,
  :notebook_instance_arn,
  :notebook_instance_lifecycle_config_name,
  :notebook_instance_name,
  :notebook_instance_status,
  :platform_identifier,
  :role_arn,
  :root_access,
  :security_groups,
  :subnet_id,
  :url,
  :volume_size_in_gb)
  SENSITIVE = []
  include Aws::Structure
end

#security_groupsArray<String>

The VPC security group IDs.

Returns:

  • (Array<String>)


19446
19447
19448
19449
19450
19451
19452
19453
19454
19455
19456
19457
19458
19459
19460
19461
19462
19463
19464
19465
19466
19467
19468
19469
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 19446

class AwsSageMakerNotebookInstanceDetails < Struct.new(
  :accelerator_types,
  :additional_code_repositories,
  :default_code_repository,
  :direct_internet_access,
  :failure_reason,
  :instance_metadata_service_configuration,
  :instance_type,
  :kms_key_id,
  :network_interface_id,
  :notebook_instance_arn,
  :notebook_instance_lifecycle_config_name,
  :notebook_instance_name,
  :notebook_instance_status,
  :platform_identifier,
  :role_arn,
  :root_access,
  :security_groups,
  :subnet_id,
  :url,
  :volume_size_in_gb)
  SENSITIVE = []
  include Aws::Structure
end

#subnet_idString

The ID of the VPC subnet to which you have a connectivity from your ML compute instance.

Returns:

  • (String)


19446
19447
19448
19449
19450
19451
19452
19453
19454
19455
19456
19457
19458
19459
19460
19461
19462
19463
19464
19465
19466
19467
19468
19469
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 19446

class AwsSageMakerNotebookInstanceDetails < Struct.new(
  :accelerator_types,
  :additional_code_repositories,
  :default_code_repository,
  :direct_internet_access,
  :failure_reason,
  :instance_metadata_service_configuration,
  :instance_type,
  :kms_key_id,
  :network_interface_id,
  :notebook_instance_arn,
  :notebook_instance_lifecycle_config_name,
  :notebook_instance_name,
  :notebook_instance_status,
  :platform_identifier,
  :role_arn,
  :root_access,
  :security_groups,
  :subnet_id,
  :url,
  :volume_size_in_gb)
  SENSITIVE = []
  include Aws::Structure
end

#urlString

The URL that you use to connect to the Jupyter notebook that is running in your notebook instance.

Returns:

  • (String)


19446
19447
19448
19449
19450
19451
19452
19453
19454
19455
19456
19457
19458
19459
19460
19461
19462
19463
19464
19465
19466
19467
19468
19469
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 19446

class AwsSageMakerNotebookInstanceDetails < Struct.new(
  :accelerator_types,
  :additional_code_repositories,
  :default_code_repository,
  :direct_internet_access,
  :failure_reason,
  :instance_metadata_service_configuration,
  :instance_type,
  :kms_key_id,
  :network_interface_id,
  :notebook_instance_arn,
  :notebook_instance_lifecycle_config_name,
  :notebook_instance_name,
  :notebook_instance_status,
  :platform_identifier,
  :role_arn,
  :root_access,
  :security_groups,
  :subnet_id,
  :url,
  :volume_size_in_gb)
  SENSITIVE = []
  include Aws::Structure
end

#volume_size_in_gbInteger

The size, in GB, of the ML storage volume to attach to the notebook instance.

Returns:

  • (Integer)


19446
19447
19448
19449
19450
19451
19452
19453
19454
19455
19456
19457
19458
19459
19460
19461
19462
19463
19464
19465
19466
19467
19468
19469
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 19446

class AwsSageMakerNotebookInstanceDetails < Struct.new(
  :accelerator_types,
  :additional_code_repositories,
  :default_code_repository,
  :direct_internet_access,
  :failure_reason,
  :instance_metadata_service_configuration,
  :instance_type,
  :kms_key_id,
  :network_interface_id,
  :notebook_instance_arn,
  :notebook_instance_lifecycle_config_name,
  :notebook_instance_name,
  :notebook_instance_status,
  :platform_identifier,
  :role_arn,
  :root_access,
  :security_groups,
  :subnet_id,
  :url,
  :volume_size_in_gb)
  SENSITIVE = []
  include Aws::Structure
end