Add Trust Store Revocations
elbv2_add_trust_store_revocations | R Documentation |
Adds the specified revocation file to the specified trust store¶
Description¶
Adds the specified revocation file to the specified trust store.
Usage¶
Arguments¶
TrustStoreArn
[required] The Amazon Resource Name (ARN) of the trust store.
RevocationContents
The revocation file to add.
Value¶
A list with the following syntax:
list(
TrustStoreRevocations = list(
list(
TrustStoreArn = "string",
RevocationId = 123,
RevocationType = "CRL",
NumberOfRevokedEntries = 123
)
)
)