interface HostedZoneConfigProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Route53.CfnHostedZone.HostedZoneConfigProperty |
![]() | software.amazon.awscdk.services.route53.CfnHostedZone.HostedZoneConfigProperty |
![]() | aws_cdk.aws_route53.CfnHostedZone.HostedZoneConfigProperty |
![]() | @aws-cdk/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 * as route53 from '@aws-cdk/aws-route53';
const hostedZoneConfigProperty: route53.CfnHostedZone.HostedZoneConfigProperty = {
comment: 'comment',
};
Properties
Name | Type | Description |
---|---|---|
comment? | string | Any 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.