Describe Trust Stores
elbv2_describe_trust_stores | R Documentation |
Describes all trust stores for the specified account¶
Description¶
Describes all trust stores for the specified account.
Usage¶
Arguments¶
TrustStoreArns
The Amazon Resource Name (ARN) of the trust store.
Names
The names of the trust stores.
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.
Value¶
A list with the following syntax:
list(
TrustStores = list(
list(
Name = "string",
TrustStoreArn = "string",
Status = "ACTIVE"|"CREATING",
NumberOfCaCertificates = 123,
TotalRevokedEntries = 123
)
),
NextMarker = "string"
)