@aws-cdk_aws-apigatewayv2-alpha.DomainNameAttributes

interface DomainNameAttributes ๐Ÿ”น

LanguageType name
.NETAmazon.CDK.AWS.Apigatewayv2.Alpha.DomainNameAttributes
Gogithub.com/aws/aws-cdk-go/awscdkapigatewayv2alpha/v2#DomainNameAttributes
Javasoftware.amazon.awscdk.services.apigatewayv2.alpha.DomainNameAttributes
Pythonaws_cdk.aws_apigatewayv2_alpha.DomainNameAttributes
TypeScript (source)@aws-cdk/aws-apigatewayv2-alpha ยป DomainNameAttributes

custom domain name attributes.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as apigatewayv2_alpha from '@aws-cdk/aws-apigatewayv2-alpha';
const domainNameAttributes: apigatewayv2_alpha.DomainNameAttributes = {
  name: 'name',
  regionalDomainName: 'regionalDomainName',
  regionalHostedZoneId: 'regionalHostedZoneId',
};

Properties

NameTypeDescription
name๐Ÿ”นstringdomain name string.
regionalDomainName๐Ÿ”นstringThe domain name associated with the regional endpoint for this custom domain name.
regionalHostedZoneId๐Ÿ”นstringThe region-specific Amazon Route 53 Hosted Zone ID of the regional endpoint.

name๐Ÿ”น

Type: string

domain name string.


regionalDomainName๐Ÿ”น

Type: string

The domain name associated with the regional endpoint for this custom domain name.


regionalHostedZoneId๐Ÿ”น

Type: string

The region-specific Amazon Route 53 Hosted Zone ID of the regional endpoint.