AWS::Route53::DNSSECResource used to control (enable/disable) DNSSEC in a specific hosted zone.
1 configurable property. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
HostedZoneId | string | RequiredCreate-only |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Route53::DNSSEC
Resources:
MyResource:
Type: AWS::Route53::DNSSEC
Properties:
HostedZoneId: "my-hostedzoneid"Permissions CloudFormation needs in your IAM role to manage this resource.
route53:GetDNSSECroute53:EnableHostedZoneDNSSECkms:DescribeKeykms:GetPublicKeykms:Signkms:CreateGrantroute53:GetDNSSECroute53:GetDNSSECroute53:DisableHostedZoneDNSSECkms:DescribeKeykms:GetPublicKeykms:Signkms:CreateGrantroute53:GetDNSSECroute53:ListHostedZonesEverything you need to know about Route53 on one page. HD quality, print-friendly.
Download Free InfographicHostedZoneIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
HostedZoneId