trust_stores_list_only
Lists trust_stores
in a region or regions, for all properties use trust_stores
Overview
Name | trust_stores_list_only |
Type | Resource |
Description | Resource Type definition for AWS::ElasticLoadBalancingV2::TrustStore |
Id | aws.elasticloadbalancingv2.trust_stores_list_only |
Fields
Name | Datatype | Description |
---|---|---|
trust_store_arn | string | The Amazon Resource Name (ARN) of the trust store. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all trust_stores
in a region.
SELECT
region,
trust_store_arn
FROM aws.elasticloadbalancingv2.trust_stores_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the trust_stores_list_only
resource, see trust_stores