AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

This is the response object from the DescribeDomain operation.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceResponse
    Amazon.SageMaker.Model.DescribeDomainResponse

Namespace: Amazon.SageMaker.Model
Assembly: AWSSDK.SageMaker.dll
Version: 3.x.y.z

Syntax

C#
public class DescribeDomainResponse : AmazonWebServiceResponse

The DescribeDomainResponse type exposes the following members

Constructors

NameDescription
Public Method DescribeDomainResponse()

Properties

NameTypeDescription
Public Property AppNetworkAccessType Amazon.SageMaker.AppNetworkAccessType

Gets and sets the property AppNetworkAccessType.

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 traffic is through the specified VPC and subnets

Public Property AppSecurityGroupManagement Amazon.SageMaker.AppSecurityGroupManagement

Gets and sets the property AppSecurityGroupManagement.

The entity that creates and manages the required security groups for inter-app communication in VPCOnly mode. Required when CreateDomain.AppNetworkAccessType is VPCOnly and DomainSettings.RStudioServerProDomainSettings.DomainExecutionRoleArn is provided.

Public Property AuthMode Amazon.SageMaker.AuthMode

Gets and sets the property AuthMode.

The domain's authentication mode.

Public Property ContentLength System.Int64 Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property CreationTime System.DateTime

Gets and sets the property CreationTime.

The creation time.

Public Property DefaultSpaceSettings Amazon.SageMaker.Model.DefaultSpaceSettings

Gets and sets the property DefaultSpaceSettings.

The default settings used to create a space.

Public Property DefaultUserSettings Amazon.SageMaker.Model.UserSettings

Gets and sets the property DefaultUserSettings.

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

Public Property DomainArn System.String

Gets and sets the property DomainArn.

The domain's Amazon Resource Name (ARN).

Public Property DomainId System.String

Gets and sets the property DomainId.

The domain ID.

Public Property DomainName System.String

Gets and sets the property DomainName.

The domain name.

Public Property DomainSettings Amazon.SageMaker.Model.DomainSettings

Gets and sets the property DomainSettings.

A collection of Domain settings.

Public Property FailureReason System.String

Gets and sets the property FailureReason.

The failure reason.

Public Property HomeEfsFileSystemId System.String

Gets and sets the property HomeEfsFileSystemId.

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

Public Property HomeEfsFileSystemKmsKeyId System.String

Gets and sets the property HomeEfsFileSystemKmsKeyId.

Use KmsKeyId.

Public Property HttpStatusCode System.Net.HttpStatusCode Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property KmsKeyId System.String

Gets and sets the property KmsKeyId.

The Amazon Web Services KMS customer managed key used to encrypt the EFS volume attached to the domain.

Public Property LastModifiedTime System.DateTime

Gets and sets the property LastModifiedTime.

The last modified time.

Public Property ResponseMetadata Amazon.Runtime.ResponseMetadata Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property SecurityGroupIdForDomainBoundary System.String

Gets and sets the property SecurityGroupIdForDomainBoundary.

The ID of the security group that authorizes traffic between the RSessionGateway apps and the RStudioServerPro app.

Public Property SingleSignOnApplicationArn System.String

Gets and sets the property SingleSignOnApplicationArn.

The ARN of the application managed by SageMaker in IAM Identity Center. This value is only returned for domains created after October 1, 2023.

Public Property SingleSignOnManagedApplicationInstanceId System.String

Gets and sets the property SingleSignOnManagedApplicationInstanceId.

The IAM Identity Center managed application instance ID.

Public Property Status Amazon.SageMaker.DomainStatus

Gets and sets the property Status.

The status.

Public Property SubnetIds System.Collections.Generic.List<System.String>

Gets and sets the property SubnetIds.

The VPC subnets that the domain uses for communication.

Public Property Url System.String

Gets and sets the property Url.

The domain's URL.

Public Property VpcId System.String

Gets and sets the property VpcId.

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

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5