interface AliasRecordTargetConfig
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Route53.AliasRecordTargetConfig |
![]() | software.amazon.awscdk.services.route53.AliasRecordTargetConfig |
![]() | aws_cdk.aws_route53.AliasRecordTargetConfig |
![]() | @aws-cdk/aws-route53 » AliasRecordTargetConfig |
Obtainable from
Api
.bind()
, Api
.bind()
, Bucket
.bind()
, Classic
.bind()
, Cloud
.bind()
, Elastic
.bind()
, Global
.bind()
, Interface
.bind()
, Load
.bind()
, Route53
.bind()
, User
.bind()
Represents the properties of an alias target destination.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as route53 from '@aws-cdk/aws-route53';
const aliasRecordTargetConfig: route53.AliasRecordTargetConfig = {
dnsName: 'dnsName',
hostedZoneId: 'hostedZoneId',
};
Properties
Name | Type | Description |
---|---|---|
dns | string | DNS name of the target. |
hosted | string | Hosted zone ID of the target. |
dnsName
Type:
string
DNS name of the target.
hostedZoneId
Type:
string
Hosted zone ID of the target.