interface DNSSECReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Route53.DNSSECReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsroute53#DNSSECReference |
Java | software.amazon.awscdk.services.route53.DNSSECReference |
Python | aws_cdk.aws_route53.DNSSECReference |
TypeScript | aws-cdk-lib » aws_route53 » DNSSECReference |
A reference to a DNSSEC 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 dNSSECReference: route53.DNSSECReference = {
hostedZoneId: 'hostedZoneId',
};
Properties
| Name | Type | Description |
|---|---|---|
| hosted | string | The HostedZoneId of the DNSSEC resource. |
hostedZoneId
Type:
string
The HostedZoneId of the DNSSEC resource.

.NET
Go
Java
Python
TypeScript