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¶
TrustStoreArnsThe Amazon Resource Name (ARN) of the trust store.
NamesThe names of the trust stores.
MarkerThe marker for the next set of results. (You received this marker from a previous call.)
PageSizeThe 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"
)