dnssecs_list_only
Lists dnssecs
in a region or regions, for all properties use dnssecs
Overview
Name | dnssecs_list_only |
Type | Resource |
Description | Resource used to control (enable/disable) DNSSEC in a specific hosted zone. |
Id | aws.route53.dnssecs_list_only |
Fields
Name | Datatype | Description |
---|---|---|
hosted_zone_id | string | The unique string (ID) used to identify a hosted zone. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all dnssecs
in a region.
SELECT
region,
hosted_zone_id
FROM aws.route53.dnssecs_list_only
;
Permissions
For permissions required to operate on the dnssecs_list_only
resource, see dnssecs