aws.elbv2.get_trust_store_revocation_content
Example SQL Queries
SELECT * FROMaws.elbv2.get_trust_store_revocation_contentWHERE"trust_store_arn" = 'VALUE'AND "revocation_id" = 'VALUE';Description
Retrieves the specified revocation file.
This action returns a pre-signed S3 URI which is active for ten minutes.
Table Definition
| Column Name | Column Data Type |
|---|---|
| revocation_id Required Input Column The revocation ID of the revocation file. | BIGINT |
| trust_store_arn Required Input Column The Amazon Resource Name (ARN) of the trust store. | 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
| |
| location The revocation files Amazon S3 URI. | VARCHAR |