trust_store_revocation
Gets an individual trust_store_revocation
resource
Overview
Name | trust_store_revocation |
Type | Resource |
Description | trust_store_revocation |
Id | awscc.elasticloadbalancingv2.trust_store_revocation |
Fields
Name | Datatype | Description |
---|---|---|
revocation_contents | array | The attributes required to create a trust store revocation. |
trust_store_arn | string | The Amazon Resource Name (ARN) of the trust store. |
revocation_id | integer | The ID associated with the revocation. |
trust_store_revocations | array | The data associated with a trust store revocation |
region | string | AWS 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