@aws-cdk_aws-apigatewayv2-alpha.DomainNameAttributes
interface DomainNameAttributes
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Apigatewayv2.Alpha.DomainNameAttributes |
![]() | github.com/aws/aws-cdk-go/awscdkapigatewayv2alpha/v2#DomainNameAttributes |
![]() | software.amazon.awscdk.services.apigatewayv2.alpha.DomainNameAttributes |
![]() | aws_cdk.aws_apigatewayv2_alpha.DomainNameAttributes |
![]() | @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
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.