Table: aws_iam_ssh_public_keys
This table shows data for IAM SSH Public Keys.
The composite primary key for this table is (account_id, user_arn, ssh_public_key_id).
Relations
This table depends on aws_iam_users.
Columns
Name | Type |
---|---|
_cq_id | uuid |
_cq_parent_id | uuid |
account_id (PK) | utf8 |
user_arn (PK) | utf8 |
user_id | utf8 |
ssh_public_key_id (PK) | utf8 |
status | utf8 |
upload_date | timestamp[us, tz=UTC] |
user_name | utf8 |