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
namestringThe name of the trust store.
ca_certificates_bundle_s3_bucketstringThe name of the S3 bucket to fetch the CA certificate bundle from.
ca_certificates_bundle_s3_keystringThe name of the S3 object to fetch the CA certificate bundle from.
ca_certificates_bundle_s3_object_versionstringThe version of the S3 bucket that contains the CA certificate bundle.
statusstringThe status of the trust store, could be either of ACTIVE or CREATING.
number_of_ca_certificatesintegerThe number of certificates associated with the trust store.
tagsarrayThe tags to assign to the trust store.
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