Skip to main content

trust_store_revocations_list_only

Lists trust_store_revocations in a region or regions, for all properties use trust_store_revocations

Overview

Nametrust_store_revocations_list_only
TypeResource
DescriptionResource Type definition for AWS::ElasticLoadBalancingV2::TrustStoreRevocation
Idaws.elasticloadbalancingv2.trust_store_revocations_list_only

Fields

NameDatatypeDescription
revocation_contentsarrayThe attributes required to create a trust store revocation.
trust_store_arnstringThe Amazon Resource Name (ARN) of the trust store.
revocation_idintegerThe ID associated with the revocation.
trust_store_revocationsarrayThe data associated with a trust store revocation
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all trust_store_revocations in a region.

SELECT
region,
revocation_id,
trust_store_arn
FROM aws.elasticloadbalancingv2.trust_store_revocations_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the trust_store_revocations_list_only resource, see trust_store_revocations