Table: aws_kms_key_policies
This table shows data for AWS Key Management Service (AWS KMS) Key Policies.
https://docs.aws.amazon.com/kms/latest/APIReference/API_GetKeyPolicy.html (opens in a new tab)
The composite primary key for this table is (key_arn, name).
Relations
This table depends on aws_kms_keys.
Columns
Name | Type |
---|---|
_cq_source_name | utf8 |
_cq_sync_time | timestamp[us, tz=UTC] |
_cq_id | uuid |
_cq_parent_id | uuid |
account_id | utf8 |
region | utf8 |
key_arn (PK) | utf8 |
name (PK) | utf8 |
policy | json |