Get Trust Store Revocation Content
elbv2_get_trust_store_revocation_content | R Documentation |
Retrieves the specified revocation file¶
Description¶
Retrieves the specified revocation file.
This action returns a pre-signed S3 URI which is active for ten minutes.
Usage¶
elbv2_get_trust_store_revocation_content(TrustStoreArn, RevocationId)
Arguments¶
TrustStoreArn |
[required] The Amazon Resource Name (ARN) of the trust store. |
RevocationId |
[required] The revocation ID of the revocation file. |
Value¶
A list with the following syntax:
list(
Location = "string"
)
Request syntax¶
svc$get_trust_store_revocation_content(
TrustStoreArn = "string",
RevocationId = 123
)