interface HostedZoneReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Route53.HostedZoneReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsroute53#HostedZoneReference |
![]() | software.amazon.awscdk.services.route53.HostedZoneReference |
![]() | aws_cdk.aws_route53.HostedZoneReference |
![]() | aws-cdk-lib » aws_route53 » HostedZoneReference |
A reference to a HostedZone resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_route53 as route53 } from 'aws-cdk-lib';
const hostedZoneReference: route53.HostedZoneReference = {
hostedZoneId: 'hostedZoneId',
};
Properties
Name | Type | Description |
---|---|---|
hosted | string | The Id of the HostedZone resource. |
hostedZoneId
Type:
string
The Id of the HostedZone resource.