Skip to main content

key_signing_keys_list_only

Lists key_signing_keys in a region or regions, for all properties use key_signing_keys

Overview

Namekey_signing_keys_list_only
TypeResource
DescriptionRepresents a key signing key (KSK) associated with a hosted zone. You can only have two KSKs per hosted zone.
Idaws.route53.key_signing_keys_list_only

Fields

NameDatatypeDescription
hosted_zone_idstringThe unique string (ID) used to identify a hosted zone.
statusstringA string specifying the initial status of the key signing key (KSK). You can set the value to ACTIVE or INACTIVE.
namestringAn alphanumeric string used to identify a key signing key (KSK). Name must be unique for each key signing key in the same hosted zone.
key_management_service_arnstringThe Amazon resource name (ARN) for a customer managed key (CMK) in AWS Key Management Service (KMS). The KeyManagementServiceArn must be unique for each key signing key (KSK) in a single hosted zone.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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