Skip to main content

keys_list_only

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

Overview

Namekeys_list_only
TypeResource
DescriptionDefinition of AWS::PaymentCryptography::Key Resource Type
Idaws.paymentcryptography.keys_list_only

Fields

NameDatatypeDescription
enabledboolean
exportableboolean
key_attributesobject
key_check_value_algorithmstring
key_identifierstring
key_originstringDefines the source of a key
key_statestringDefines the state of a key
tagsarray
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all keys in a region.

SELECT
region,
key_identifier
FROM aws.paymentcryptography.keys_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the keys_list_only resource, see keys