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.

Container for the parameters to the CreateDomainName operation. Creates a new domain name.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.APIGateway.AmazonAPIGatewayRequest
      Amazon.APIGateway.Model.CreateDomainNameRequest

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

Syntax

C#
public class CreateDomainNameRequest : AmazonAPIGatewayRequest
         IAmazonWebServiceRequest

The CreateDomainNameRequest type exposes the following members

Constructors

NameDescription
Public Method CreateDomainNameRequest()

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 CertificateBody System.String

Gets and sets the property CertificateBody.

[Deprecated] The body of the server certificate that will be used by edge-optimized endpoint for this domain name provided by your certificate authority.

Public Property CertificateChain System.String

Gets and sets the property CertificateChain.

[Deprecated] The intermediate certificates and optionally the root certificate, one after the other without any blank lines, used by an edge-optimized endpoint for this domain name. If you include the root certificate, your certificate chain must start with intermediate certificates and end with the root certificate. Use the intermediate certificates that were provided by your certificate authority. Do not include any intermediaries that are not in the chain of trust path.

Public Property CertificateName System.String

Gets and sets the property CertificateName.

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

Public Property CertificatePrivateKey System.String

Gets and sets the property CertificatePrivateKey.

[Deprecated] Your edge-optimized endpoint's domain name certificate's private key.

Public Property DomainName System.String

Gets and sets the property DomainName.

The name of the DomainName resource.

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 MutualTlsAuthentication Amazon.APIGateway.Model.MutualTlsAuthenticationInput

Gets and sets the property MutualTlsAuthentication.

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 by regional endpoint for this domain name. Certificate Manager is the only supported source.

Public Property RegionalCertificateName System.String

Gets and sets the property RegionalCertificateName.

The user-friendly name of the certificate that will be used by regional endpoint for this domain name.

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 key-value map of strings. The valid character set is [a-zA-Z+-=._:/]. The tag key can be up to 128 characters and must not start with aws:. The tag value can be up to 256 characters.

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