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.

The domain name configuration.

Inheritance Hierarchy

System.Object
  Amazon.ApiGatewayV2.Model.DomainNameConfiguration

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

Syntax

C#
public class DomainNameConfiguration

The DomainNameConfiguration type exposes the following members

Constructors

NameDescription
Public Method DomainNameConfiguration()

Properties

NameTypeDescription
Public Property ApiGatewayDomainName System.String

Gets and sets the property ApiGatewayDomainName.

A domain name for the API.

Public Property CertificateArn System.String

Gets and sets the property CertificateArn.

An AWS-managed certificate that will be used by the edge-optimized endpoint for this domain name. AWS Certificate Manager is the only supported source.

Public Property CertificateName System.String

Gets and sets the property CertificateName.

The user-friendly name of the certificate that will be used by the 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 DomainNameStatus Amazon.ApiGatewayV2.DomainNameStatus

Gets and sets the property DomainNameStatus.

The status of the domain name migration. The valid values are AVAILABLE, UPDATING, PENDING_CERTIFICATE_REIMPORT, and PENDING_OWNERSHIP_VERIFICATION. 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 domain name migration.

Public Property EndpointType Amazon.ApiGatewayV2.EndpointType

Gets and sets the property EndpointType.

The endpoint type.

Public Property HostedZoneId System.String

Gets and sets the property HostedZoneId.

The Amazon Route 53 Hosted Zone ID of the endpoint.

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 SecurityPolicy Amazon.ApiGatewayV2.SecurityPolicy

Gets and sets the property SecurityPolicy.

The Transport Layer Security (TLS) version of the security policy for this domain name. The valid values are TLS_1_0 and TLS_1_2.

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