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 DescribeDomainConfiguration operation.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceResponse
    Amazon.IoT.Model.DescribeDomainConfigurationResponse

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

Syntax

C#
public class DescribeDomainConfigurationResponse : AmazonWebServiceResponse

The DescribeDomainConfigurationResponse type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property AuthorizerConfig Amazon.IoT.Model.AuthorizerConfig

Gets and sets the property AuthorizerConfig.

An object that specifies the authorization service for a domain.

Public Property ContentLength System.Int64 Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property DomainConfigurationArn System.String

Gets and sets the property DomainConfigurationArn.

The ARN of the domain configuration.

Public Property DomainConfigurationName System.String

Gets and sets the property DomainConfigurationName.

The name of the domain configuration.

Public Property DomainConfigurationStatus Amazon.IoT.DomainConfigurationStatus

Gets and sets the property DomainConfigurationStatus.

A Boolean value that specifies the current state of the domain configuration.

Public Property DomainName System.String

Gets and sets the property DomainName.

The name of the domain.

Public Property DomainType Amazon.IoT.DomainType

Gets and sets the property DomainType.

The type of the domain.

Public Property HttpStatusCode System.Net.HttpStatusCode Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property LastStatusChangeDate System.DateTime

Gets and sets the property LastStatusChangeDate.

The date and time the domain configuration's status was last changed.

Public Property ResponseMetadata Amazon.Runtime.ResponseMetadata Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property ServerCertificateConfig Amazon.IoT.Model.ServerCertificateConfig

Gets and sets the property ServerCertificateConfig.

The server certificate configuration.

Public Property ServerCertificates System.Collections.Generic.List<Amazon.IoT.Model.ServerCertificateSummary>

Gets and sets the property ServerCertificates.

A list containing summary information about the server certificate included in the domain configuration.

Public Property ServiceType Amazon.IoT.ServiceType

Gets and sets the property ServiceType.

The type of service delivered by the endpoint.

Public Property TlsConfig Amazon.IoT.Model.TlsConfig

Gets and sets the property TlsConfig.

An object that specifies the TLS configuration for a domain.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5