Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

DomainNameConfiguration

import type { DomainNameConfiguration } from "https://aws-api.deno.dev/v0.3/services/apigatewayv2.ts?docs=full";

The domain name configuration.

interface DomainNameConfiguration {
ApiGatewayDomainName?: string | null;
CertificateArn?: string | null;
CertificateName?: string | null;
CertificateUploadDate?: Date | number | null;
DomainNameStatus?: DomainNameStatus | null;
DomainNameStatusMessage?: string | null;
EndpointType?: EndpointType | null;
HostedZoneId?: string | null;
OwnershipVerificationCertificateArn?: string | null;
SecurityPolicy?: SecurityPolicy | null;
}

§Properties

§
ApiGatewayDomainName?: string | null
[src]

A domain name for the API.

§
CertificateArn?: string | null
[src]

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.

§
CertificateName?: string | null
[src]

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

§
CertificateUploadDate?: Date | number | null
[src]

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

§
DomainNameStatus?: DomainNameStatus | null
[src]

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.

§
DomainNameStatusMessage?: string | null
[src]

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

§
EndpointType?: EndpointType | null
[src]

The endpoint type.

§
HostedZoneId?: string | null
[src]

The Amazon Route 53 Hosted Zone ID of the endpoint.

§
OwnershipVerificationCertificateArn?: string | null
[src]

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

§
SecurityPolicy?: SecurityPolicy | null
[src]

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.