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.

Represents a custom domain name as a user-friendly host name of an API (RestApi).

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceResponse
    Amazon.APIGateway.Model.GetDomainNameResponse

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

Syntax

C#
public class GetDomainNameResponse : AmazonWebServiceResponse

The GetDomainNameResponse type exposes the following members

Constructors

NameDescription
Public Method GetDomainNameResponse()

Properties

NameTypeDescription
Public Property CertificateArn System.String

Gets and sets the property CertificateArn.

The reference to an Amazon Web Services-managed certificate that will be used by edge-optimized endpoint for this domain name. Certificate Manager is the only supported source.

Public Property CertificateName System.String

Gets and sets the property CertificateName.

The name of the certificate that will be used by edge-optimized endpoint for this domain name.

Public Property CertificateUploadDate System.DateTime

Gets and sets the property CertificateUploadDate.

The timestamp when the certificate that was used by edge-optimized endpoint for this domain name was uploaded.

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

Gets and sets the property DistributionDomainName.

The domain name of the Amazon CloudFront distribution associated with this custom domain name for an edge-optimized endpoint. You set up this association when adding a DNS record pointing the custom domain name to this distribution name. For more information about CloudFront distributions, see the Amazon CloudFront documentation.

Public Property DistributionHostedZoneId System.String

Gets and sets the property DistributionHostedZoneId.

The region-agnostic Amazon Route 53 Hosted Zone ID of the edge-optimized endpoint. The valid value is Z2FDTNDATAQYW2 for all the regions. For more information, see Set up a Regional Custom Domain Name and AWS Regions and Endpoints for API Gateway.

Public Property DomainNameStatus Amazon.APIGateway.DomainNameStatus

Gets and sets the property DomainNameStatus.

The status of the DomainName migration. The valid values are AVAILABLE and UPDATING. If the status is UPDATING, the domain cannot be modified further until the existing operation is complete. If it is AVAILABLE, the domain can be updated.

Public Property DomainNameStatusMessage System.String

Gets and sets the property DomainNameStatusMessage.

An optional text message containing detailed information about status of the DomainName migration.

Public Property EndpointConfiguration Amazon.APIGateway.Model.EndpointConfiguration

Gets and sets the property EndpointConfiguration.

The endpoint configuration of this DomainName showing the endpoint types of the domain name.

Public Property HttpStatusCode System.Net.HttpStatusCode Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property MutualTlsAuthentication Amazon.APIGateway.Model.MutualTlsAuthentication

Gets and sets the property MutualTlsAuthentication.

The mutual TLS authentication configuration for a custom domain name. If specified, API Gateway performs two-way authentication between the client and the server. Clients must present a trusted certificate to access your API.

Public Property Name System.String

Gets and sets the property Name.

The custom domain name as an API host name, for example, my-api.example.com.

Public Property OwnershipVerificationCertificateArn System.String

Gets and sets the property OwnershipVerificationCertificateArn.

The ARN of the public certificate issued by ACM to validate ownership of your custom domain. Only required when configuring mutual TLS and using an ACM imported or private CA certificate ARN as the regionalCertificateArn.

Public Property RegionalCertificateArn System.String

Gets and sets the property RegionalCertificateArn.

The reference to an Amazon Web Services-managed certificate that will be used for validating the regional domain name. Certificate Manager is the only supported source.

Public Property RegionalCertificateName System.String

Gets and sets the property RegionalCertificateName.

The name of the certificate that will be used for validating the regional domain name.

Public Property RegionalDomainName System.String

Gets and sets the property RegionalDomainName.

The domain name associated with the regional endpoint for this custom domain name. You set up this association by adding a DNS record that points the custom domain name to this regional domain name. The regional domain name is returned by API Gateway when you create a regional endpoint.

Public Property RegionalHostedZoneId System.String

Gets and sets the property RegionalHostedZoneId.

The region-specific Amazon Route 53 Hosted Zone ID of the regional endpoint. For more information, see Set up a Regional Custom Domain Name and AWS Regions and Endpoints for API Gateway.

Public Property ResponseMetadata Amazon.Runtime.ResponseMetadata Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property SecurityPolicy Amazon.APIGateway.SecurityPolicy

Gets and sets the property SecurityPolicy.

The Transport Layer Security (TLS) version + cipher suite for this DomainName. The valid values are TLS_1_0 and TLS_1_2.

Public Property Tags System.Collections.Generic.Dictionary<System.String, System.String>

Gets and sets the property Tags.

The collection of tags. Each tag element is associated with a given resource.

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