trust_store_revocations
Retrieves a list of trust_store_revocations
in a region
Overview
Name | trust_store_revocations |
Type | Resource |
Description | trust_store_revocations |
Id | awscc.elasticloadbalancingv2.trust_store_revocations |
Fields
Name | Datatype | Description |
---|---|---|
revocation_id | integer | The ID associated with the revocation. |
trust_store_arn | string | The Amazon Resource Name (ARN) of the trust store. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
revocation_id,
trust_store_arn
FROM awscc.elasticloadbalancingv2.trust_store_revocations
WHERE region = 'us-east-1'
Permissions
To operate on the trust_store_revocations
resource, the following permissions are required:
Create
elasticloadbalancing:AddTrustStoreRevocations,
elasticloadbalancing:DescribeTrustStoreRevocations,
s3:GetObject,
s3:GetObjectVersion
List
elasticloadbalancing:DescribeTrustStoreRevocations