AWS SDK Version 4 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 ApplicationProtocol Amazon.IoT.ApplicationProtocol

Gets and sets the property ApplicationProtocol.

An enumerated string that specifies the application-layer protocol.

  • SECURE_MQTT - MQTT over TLS.

  • MQTT_WSS - MQTT over WebSocket.

  • HTTPS - HTTP over TLS.

  • DEFAULT - Use a combination of port and Application Layer Protocol Negotiation (ALPN) to specify application_layer protocol. For more information, see Device communication protocols.

Public Property AuthenticationType Amazon.IoT.AuthenticationType

Gets and sets the property AuthenticationType.

An enumerated string that specifies the authentication type.

  • CUSTOM_AUTH_X509 - Use custom authentication and authorization with additional details from the X.509 client certificate.

  • AWS_X509 - Use X.509 client certificates without custom authentication and authorization. For more information, see X.509 client certificates.

  • DEFAULT - Use a combination of port and Application Layer Protocol Negotiation (ALPN) to specify authentication type. For more information, see Device communication protocols.

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 ClientCertificateConfig Amazon.IoT.Model.ClientCertificateConfig

Gets and sets the property ClientCertificateConfig.

An object that specifies the client certificate configuration 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.Nullable<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.

Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true.

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:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.7.2 and newer