keys_list_only
Lists keys
in a region or regions, for all properties use keys
Overview
Name | keys_list_only |
Type | Resource |
Description | Definition of AWS::PaymentCryptography::Key Resource Type |
Id | aws.paymentcryptography.keys_list_only |
Fields
Name | Datatype | Description |
---|---|---|
enabled | boolean | |
exportable | boolean | |
key_attributes | object | |
key_check_value_algorithm | string | |
key_identifier | string | |
key_origin | string | Defines the source of a key |
key_state | string | Defines the state of a key |
tags | array | |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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