interface DomainNameAttributes
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.APIGatewayv2.DomainNameAttributes |
Java | software.amazon.awscdk.services.apigatewayv2.DomainNameAttributes |
Python | aws_cdk.aws_apigatewayv2.DomainNameAttributes |
TypeScript (source) | @aws-cdk/aws-apigatewayv2 » 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 from '@aws-cdk/aws-apigatewayv2';
const domainNameAttributes: apigatewayv2.DomainNameAttributes = {
name: 'name',
regionalDomainName: 'regionalDomainName',
regionalHostedZoneId: 'regionalHostedZoneId',
};
Properties
Name | Type | Description |
---|---|---|
name | string | domain name string. |
regional | string | The domain name associated with the regional endpoint for this custom domain name. |
regional | string | The 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.