aws.elbv2.describe_trust_store_revocations
Example SQL Queries
SELECT * FROMaws.elbv2.describe_trust_store_revocationsWHERE"trust_store_arn" = 'VALUE';Description
Describes the revocation files in use by the specified trust store or revocation files.
Table Definition
| Column Name | Column Data Type |
|---|---|
| trust_store_arn Required Input Column The Amazon Resource Name (ARN) of the trust store. | VARCHAR |
| marker Input Column The marker for the next set of results. (You received this marker from a previous call.) | VARCHAR |
| page_size Input Column The maximum number of results to return with this call. | BIGINT |
| revocation_ids Input Column The revocation IDs of the revocation files you want to describe. | BIGINT[] |
Show child fields
| |
| _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
| |
| next_marker If there are additional results, this is the marker for the next set of results. Otherwise, this is null. | VARCHAR |
| trust_store_revocations Information about the revocation file in the trust store. | STRUCT( |
Show child fields
| |