interface CfnDNSSECProps
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.Route53.CfnDNSSECProps |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsroute53#CfnDNSSECProps |
Java | software.amazon.awscdk.services.route53.CfnDNSSECProps |
Python | aws_cdk.aws_route53.CfnDNSSECProps |
TypeScript | aws-cdk-lib » aws_route53 » CfnDNSSECProps |
Properties for defining a CfnDNSSEC
.
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-dnssec.html
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 cfnDNSSECProps: route53.CfnDNSSECProps = {
hostedZoneId: 'hostedZoneId',
};
Properties
Name | Type | Description |
---|---|---|
hosted | string | A unique string (ID) that is used to identify a hosted zone. |
hostedZoneId
Type:
string
A unique string (ID) that is used to identify a hosted zone.
For example: Z00001111A1ABCaaABC11
.