--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_route53_dnssec Resource - terraform-provider-awscc" subcategory: "" description: |- Resource used to control (enable/disable) DNSSEC in a specific hosted zone. --- # awscc_route53_dnssec (Resource) Resource used to control (enable/disable) DNSSEC in a specific hosted zone. ## Schema ### Required - `hosted_zone_id` (String) The unique string (ID) used to identify a hosted zone. ### Read-Only - `id` (String) Uniquely identifies the resource. ## Import Import is supported using the following syntax: ```shell $ terraform import awscc_route53_dnssec.example ```