interface CfnDNSSECProps
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Route53.CfnDNSSECProps |
Java | software.amazon.awscdk.services.route53.CfnDNSSECProps |
Python | aws_cdk.aws_route53.CfnDNSSECProps |
TypeScript | @aws-cdk/aws-route53 » CfnDNSSECProps |
Properties for defining a CfnDNSSEC.
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 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 .

.NET
Java
Python
TypeScript