aws.rolesanywhere.list_crls
Example SQL Queries
SELECT * FROMaws.rolesanywhere.list_crls;Description
Lists all certificate revocation lists (CRL) in the authenticated account and Amazon Web Services Region.
Required permissions: rolesanywhere:ListCrls.
Table Definition
| Column Name | Column Data Type |
|---|---|
| page_size Input Column The number of resources in the paginated list. | BIGINT |
| _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
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| created_at The ISO-8601 timestamp when the certificate revocation list (CRL) was created. | TIMESTAMP_S |
| crl_arn The ARN of the certificate revocation list (CRL). | VARCHAR |
| crl_data The state of the certificate revocation list (CRL) after a read or write operation. | BLOB |
| crl_id The unique identifier of the certificate revocation list (CRL). | VARCHAR |
| enabled Indicates whether the certificate revocation list (CRL) is enabled. | BOOLEAN |
| name The name of the certificate revocation list (CRL). | VARCHAR |
| trust_anchor_arn The ARN of the TrustAnchor the certificate revocation list (CRL) will provide revocation for. | VARCHAR |
| updated_at The ISO-8601 timestamp when the certificate revocation list (CRL) was last updated. | TIMESTAMP_S |