Skip to content

Remove Trust Store Revocations

elbv2_remove_trust_store_revocations R Documentation

Removes the specified revocation file from the specified trust store

Description

Removes the specified revocation file from the specified trust store.

Usage

elbv2_remove_trust_store_revocations(TrustStoreArn, RevocationIds)

Arguments

TrustStoreArn

[required] The Amazon Resource Name (ARN) of the trust store.

RevocationIds

[required] The revocation IDs of the revocation files you want to remove.

Value

An empty list.

Request syntax

svc$remove_trust_store_revocations(
  TrustStoreArn = "string",
  RevocationIds = list(
    123
  )
)