aws.elbv2.describe_trust_store_associations
Example SQL Queries
SELECT * FROMaws.elbv2.describe_trust_store_associationsWHERE"trust_store_arn" = 'VALUE';Description
Describes all resources associated with the specified trust store.
Table Definition
| Column Name | Column Data Type |
|---|---|
| trust_store_arn Required Input Column The Amazon Resource Name (ARN) of the trust store. | VARCHAR |
| marker Input Column The marker for the next set of results. (You received this marker from a previous call.) | VARCHAR |
| page_size Input Column The maximum number of results to return with this call. | BIGINT |
| _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_store_associations Information about the resources the trust store is associated to. | STRUCT( |
Show child fields
| |