aws.rolesanywhere.get_crl
Example SQL Queries
SELECT * FROMaws.rolesanywhere.get_crlWHERE"crl_id" = 'VALUE';Description
Gets a certificate revocation list (CRL).
Required permissions: rolesanywhere:GetCrl.
Table Definition
| Column Name | Column Data Type |
|---|---|
| crl_id Required Input Column The unique identifier of the certificate revocation list (CRL). | VARCHAR |
| _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 |
| crl The state of the certificate revocation list (CRL) after a read or write operation. | STRUCT( |
Show child fields
| |