Skip to main content

trust_stores_list_only

Lists trust_stores in a region or regions, for all properties use trust_stores

Overview

Nametrust_stores_list_only
TypeResource
DescriptionResource Type definition for AWS::ElasticLoadBalancingV2::TrustStore
Idaws.elasticloadbalancingv2.trust_stores_list_only

Fields

NameDatatypeDescription
trust_store_arnstringThe Amazon Resource Name (ARN) of the trust store.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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