Skip to content

KMS Keys

Provider: AWS
Service ID: kms_keys
Rendering: Table with expandable rows containing policy documents

Quick Example

<script>
var serviceDiscoveryRequests = serviceDiscoveryRequests || [];
serviceDiscoveryRequests.push({
    service: 'kms_keys',
    provider: 'aws',
    region: 'eu-west-2',
    source: 'live',
    attributes: ['name', 'key_id', 'key_arn', 'key_policy']
});
</script>

<div data-sd-service="kms_keys" data-sd-source="live"></div>

Default Attributes

When no attributes array is specified, these columns are displayed:

attributes: ['name', 'key_id', 'key_arn', 'key_policy']

All Attributes

Attribute Display Name Format Description
name Key ID text Resource display name (from tags or identifier)
key_id Key ID text From API field: KeyId
key_arn Key ARN arn_name From API field: KeyArn
key_policy Key Policy policy_link Link to view the key policy

= included in default view

Sort Order

Results are sorted by: name