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.
Namespace: Amazon.IoT.Model
Assembly: AWSSDK.IoT.dll
Version: 3.x.y.z
public class DescribeDomainConfigurationResponse : AmazonWebServiceResponse
The DescribeDomainConfigurationResponse type exposes the following members
Name | Description | |
---|---|---|
![]() |
DescribeDomainConfigurationResponse() |
Name | Type | Description | |
---|---|---|---|
![]() |
ApplicationProtocol | Amazon.IoT.ApplicationProtocol |
Gets and sets the property ApplicationProtocol. An enumerated string that specifies the application-layer protocol.
|
![]() |
AuthenticationType | Amazon.IoT.AuthenticationType |
Gets and sets the property AuthenticationType. An enumerated string that specifies the authentication type.
|
![]() |
AuthorizerConfig | Amazon.IoT.Model.AuthorizerConfig |
Gets and sets the property AuthorizerConfig. An object that specifies the authorization service for a domain. |
![]() |
ClientCertificateConfig | Amazon.IoT.Model.ClientCertificateConfig |
Gets and sets the property ClientCertificateConfig. An object that specifies the client certificate configuration for a domain. |
![]() |
ContentLength | System.Int64 | Inherited from Amazon.Runtime.AmazonWebServiceResponse. |
![]() |
DomainConfigurationArn | System.String |
Gets and sets the property DomainConfigurationArn. The ARN of the domain configuration. |
![]() |
DomainConfigurationName | System.String |
Gets and sets the property DomainConfigurationName. The name of the domain configuration. |
![]() |
DomainConfigurationStatus | Amazon.IoT.DomainConfigurationStatus |
Gets and sets the property DomainConfigurationStatus. A Boolean value that specifies the current state of the domain configuration. |
![]() |
DomainName | System.String |
Gets and sets the property DomainName. The name of the domain. |
![]() |
DomainType | Amazon.IoT.DomainType |
Gets and sets the property DomainType. The type of the domain. |
![]() |
HttpStatusCode | System.Net.HttpStatusCode | Inherited from Amazon.Runtime.AmazonWebServiceResponse. |
![]() |
LastStatusChangeDate | System.Nullable<System.DateTime> |
Gets and sets the property LastStatusChangeDate. The date and time the domain configuration's status was last changed. |
![]() |
ResponseMetadata | Amazon.Runtime.ResponseMetadata | Inherited from Amazon.Runtime.AmazonWebServiceResponse. |
![]() |
ServerCertificateConfig | Amazon.IoT.Model.ServerCertificateConfig |
Gets and sets the property ServerCertificateConfig. The server certificate configuration. |
![]() |
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. |
![]() |
ServiceType | Amazon.IoT.ServiceType |
Gets and sets the property ServiceType. The type of service delivered by the endpoint. |
![]() |
TlsConfig | Amazon.IoT.Model.TlsConfig |
Gets and sets the property TlsConfig. An object that specifies the TLS configuration for a domain. |
.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