trust_store_revocations_list_only
Lists trust_store_revocations in a region or regions, for all properties use trust_store_revocations
Overview
| Name | trust_store_revocations_list_only |
| Type | Resource |
| Description | Resource Type definition for AWS::ElasticLoadBalancingV2::TrustStoreRevocation |
| Id | aws.elasticloadbalancingv2.trust_store_revocations_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
trust_store_arn | string | The Amazon Resource Name (ARN) of the trust store. |
revocation_id | integer | The ID associated with the revocation. |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
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