aws-cdk-lib.aws_route53.CfnHostedZone.HostedZoneConfigProperty

interface HostedZoneConfigProperty

LanguageType name
.NETAmazon.CDK.AWS.Route53.CfnHostedZone.HostedZoneConfigProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsroute53#CfnHostedZone_HostedZoneConfigProperty
Javasoftware.amazon.awscdk.services.route53.CfnHostedZone.HostedZoneConfigProperty
Pythonaws_cdk.aws_route53.CfnHostedZone.HostedZoneConfigProperty
TypeScript aws-cdk-lib » aws_route53 » CfnHostedZone » HostedZoneConfigProperty

A complex type that contains an optional comment about your hosted zone.

If you don't want to specify a comment, omit both the HostedZoneConfig and Comment elements.

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 hostedZoneConfigProperty: route53.CfnHostedZone.HostedZoneConfigProperty = {
  comment: 'comment',
};

Properties

NameTypeDescription
comment?stringAny comments that you want to include about the hosted zone.

comment?

Type: string (optional)

Any comments that you want to include about the hosted zone.