interface DNSSECReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Route53.DNSSECReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsroute53#DNSSECReference |
![]() | software.amazon.awscdk.services.route53.DNSSECReference |
![]() | aws_cdk.aws_route53.DNSSECReference |
![]() | 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.