elbv2_add_trust_store_revocations {paws.networking} | R Documentation |
Adds the specified revocation file to the specified trust store
Description
Adds the specified revocation file to the specified trust store.
See https://www.paws-r-sdk.com/docs/elbv2_add_trust_store_revocations/ for full documentation.
Usage
elbv2_add_trust_store_revocations(TrustStoreArn, RevocationContents = NULL)
Arguments
TrustStoreArn |
[required] The Amazon Resource Name (ARN) of the trust store. |
RevocationContents |
The revocation file to add. |
[Package paws.networking version 0.7.0 Index]