Skip to main content

trust_store_tags

Expands all tag keys and values for trust_stores in a region

Overview

Nametrust_store_tags
TypeResource
DescriptionResource Type definition for AWS::ElasticLoadBalancingV2::TrustStore
Idaws.elasticloadbalancingv2.trust_store_tags

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.
trust_store_arnstringThe Amazon Resource Name (ARN) of the trust store.
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all trust_stores in a region.

SELECT
region,
name,
ca_certificates_bundle_s3_bucket,
ca_certificates_bundle_s3_key,
ca_certificates_bundle_s3_object_version,
status,
number_of_ca_certificates,
trust_store_arn,
tag_key,
tag_value
FROM aws.elasticloadbalancingv2.trust_store_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the trust_store_tags resource, see trust_stores