key_signing_keys_list_only
Lists key_signing_keys
in a region or regions, for all properties use key_signing_keys
Overview
Name | key_signing_keys_list_only |
Type | Resource |
Description | Represents a key signing key (KSK) associated with a hosted zone. You can only have two KSKs per hosted zone. |
Id | aws.route53.key_signing_keys_list_only |
Fields
Name | Datatype | Description |
---|---|---|
hosted_zone_id | string | The unique string (ID) used to identify a hosted zone. |
name | string | An alphanumeric string used to identify a key signing key (KSK). Name must be unique for each key signing key in the same hosted zone. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all key_signing_keys
in a region.
SELECT
region,
hosted_zone_id,
name
FROM aws.route53.key_signing_keys_list_only
;
Permissions
For permissions required to operate on the key_signing_keys_list_only
resource, see key_signing_keys