Describe Trust Store Revocations
| elbv2_describe_trust_store_revocations | R Documentation |
Describes the revocation files in use by the specified trust store or revocation files¶
Description¶
Describes the revocation files in use by the specified trust store or revocation files.
Usage¶
Arguments¶
TrustStoreArn[required] The Amazon Resource Name (ARN) of the trust store.
RevocationIdsThe revocation IDs of the revocation files you want to describe.
MarkerThe marker for the next set of results. (You received this marker from a previous call.)
PageSizeThe maximum number of results to return with this call.
Value¶
A list with the following syntax:
list(
TrustStoreRevocations = list(
list(
TrustStoreArn = "string",
RevocationId = 123,
RevocationType = "CRL",
NumberOfRevokedEntries = 123
)
),
NextMarker = "string"
)