Skip to main content

trust_store_revocation

Gets an individual trust_store_revocation resource

Overview

Nametrust_store_revocation
TypeResource
Descriptiontrust_store_revocation
Idawscc.elasticloadbalancingv2.trust_store_revocation

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

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
revocation_contents,
trust_store_arn,
revocation_id,
trust_store_revocations
FROM awscc.elasticloadbalancingv2.trust_store_revocation
WHERE data__Identifier = '<RevocationId>|<TrustStoreArn>';

Permissions

To operate on the trust_store_revocation resource, the following permissions are required:

Delete

elasticloadbalancing:DescribeTrustStoreRevocations,
elasticloadbalancing:RemoveTrustStoreRevocations

Read

elasticloadbalancing:DescribeTrustStoreRevocations