elbv2_describe_trust_store_revocations: Describes the revocation files in use by the specified trust...

View source: R/elbv2_operations.R

elbv2_describe_trust_store_revocationsR 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.

See https://www.paws-r-sdk.com/docs/elbv2_describe_trust_store_revocations/ for full documentation.

Usage

elbv2_describe_trust_store_revocations(
  TrustStoreArn,
  RevocationIds = NULL,
  Marker = NULL,
  PageSize = NULL
)

Arguments

TrustStoreArn

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

RevocationIds

The revocation IDs of the revocation files you want to describe.

Marker

The marker for the next set of results. (You received this marker from a previous call.)

PageSize

The maximum number of results to return with this call.


paws.networking documentation built on Sept. 12, 2024, 7:32 a.m.