interface CfnDNSSECMixinProps
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.Route53.Mixins.CfnDNSSECMixinProps |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsroute53/mixins#CfnDNSSECMixinProps |
Java | software.amazon.awscdk.mixins.preview.services.route53.mixins.CfnDNSSECMixinProps |
Python | aws_cdk.mixins_preview.aws_route53.mixins.CfnDNSSECMixinProps |
TypeScript | @aws-cdk/mixins-preview » aws_route53 » mixins » CfnDNSSECMixinProps |
Properties for CfnDNSSECPropsMixin.
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 { mixins as route53_mixins } from '@aws-cdk/mixins-preview/aws-route53';
const cfnDNSSECMixinProps: route53_mixins.CfnDNSSECMixinProps = {
hostedZoneId: 'hostedZoneId',
};
Properties
| Name | Type | Description |
|---|---|---|
| hosted | string | A unique string (ID) that is used to identify a hosted zone. |
hostedZoneId?
Type:
string
(optional)
A unique string (ID) that is used to identify a hosted zone.
For example: Z00001111A1ABCaaABC11 .

.NET
Go
Java
Python
TypeScript