aws.elbv2.describe_trust_stores
Example SQL Queries
SELECT * FROMaws.elbv2.describe_trust_stores;Description
Describes all trust stores for the specified account.
Table Definition
| Column Name | Column Data Type |
|---|---|
| marker Input Column The marker for the next set of results. (You received this marker from a previous call.) | VARCHAR |
| names Input Column The names of the trust stores. | VARCHAR[] |
Show child fields
| |
| page_size Input Column The maximum number of results to return with this call. | BIGINT |
| trust_store_arns Input Column The Amazon Resource Name (ARN) of the trust store. | VARCHAR[] |
Show child fields
| |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| next_marker If there are additional results, this is the marker for the next set of results. Otherwise, this is null. | VARCHAR |
| trust_stores Information about the trust stores. | STRUCT( |
Show child fields
| |