You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SageMaker::Types::DescribeDomainResponse

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#app_network_access_typeString

Specifies the VPC used for non-EFS traffic. The default value is PublicInternetOnly.

  • PublicInternetOnly - Non-EFS traffic is through a VPC managed by Amazon SageMaker, which allows direct internet access

  • VpcOnly - All Studio traffic is through the specified VPC and subnets

    Possible values:

    • PublicInternetOnly
    • VpcOnly

Returns:

  • (String)

    Specifies the VPC used for non-EFS traffic.

#auth_modeString

The domain\'s authentication mode.

Possible values:

  • SSO
  • IAM

Returns:

  • (String)

    The domain\'s authentication mode.

#creation_timeTime

The creation time.

Returns:

  • (Time)

    The creation time.

#default_user_settingsTypes::UserSettings

Settings which are applied to all UserProfiles in this domain, if settings are not explicitly specified in a given UserProfile.

Returns:

  • (Types::UserSettings)

    Settings which are applied to all UserProfiles in this domain, if settings are not explicitly specified in a given UserProfile.

#domain_arnString

The domain\'s Amazon Resource Name (ARN).

Returns:

  • (String)

    The domain\'s Amazon Resource Name (ARN).

#domain_idString

The domain ID.

Returns:

  • (String)

    The domain ID.

#domain_nameString

The domain name.

Returns:

  • (String)

    The domain name.

#failure_reasonString

The failure reason.

Returns:

  • (String)

    The failure reason.

#home_efs_file_system_idString

The ID of the Amazon Elastic File System (EFS) managed by this Domain.

Returns:

  • (String)

    The ID of the Amazon Elastic File System (EFS) managed by this Domain.

#home_efs_file_system_kms_key_idString

This member is deprecated and replaced with KmsKeyId.

Returns:

  • (String)

    This member is deprecated and replaced with KmsKeyId.

#kms_key_idString

The AWS KMS customer managed CMK used to encrypt the EFS volume attached to the domain.

Returns:

  • (String)

    The AWS KMS customer managed CMK used to encrypt the EFS volume attached to the domain.

#last_modified_timeTime

The last modified time.

Returns:

  • (Time)

    The last modified time.

#single_sign_on_managed_application_instance_idString

The SSO managed application instance ID.

Returns:

  • (String)

    The SSO managed application instance ID.

#statusString

The status.

Possible values:

  • Deleting
  • Failed
  • InService
  • Pending
  • Updating
  • Update_Failed
  • Delete_Failed

Returns:

  • (String)

    The status.

#subnet_idsArray<String>

The VPC subnets that Studio uses for communication.

Returns:

  • (Array<String>)

    The VPC subnets that Studio uses for communication.

#urlString

The domain\'s URL.

Returns:

  • (String)

    The domain\'s URL.

#vpc_idString

The ID of the Amazon Virtual Private Cloud (VPC) that Studio uses for communication.

Returns:

  • (String)

    The ID of the Amazon Virtual Private Cloud (VPC) that Studio uses for communication.