aws.codecatalyst.list_access_tokens
Example SQL Queries
SELECT * FROMaws.codecatalyst.list_access_tokens;Description
Lists all personal access tokens (PATs) associated with the user who calls the API. You can only list PATs associated with your Amazon Web Services Builder ID.
Table Definition
| Column Name | Column Data Type |
|---|---|
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| expires_time The date and time when the personal access token will expire, in coordinated universal time (UTC) timestamp format as specified in RFC 3339. | TIMESTAMP_S |
| id The system-generated ID of the personal access token. | VARCHAR |
| name The friendly name of the personal access token. | VARCHAR |