trust_store_tags
Expands all tag keys and values for trust_stores
in a region
Overview
Name | trust_store_tags |
Type | Resource |
Description | Resource Type definition for AWS::ElasticLoadBalancingV2::TrustStore |
Id | aws.elasticloadbalancingv2.trust_store_tags |
Fields
Name | Datatype | Description |
---|---|---|
name | string | The name of the trust store. |
ca_certificates_bundle_s3_bucket | string | The name of the S3 bucket to fetch the CA certificate bundle from. |
ca_certificates_bundle_s3_key | string | The name of the S3 object to fetch the CA certificate bundle from. |
ca_certificates_bundle_s3_object_version | string | The version of the S3 bucket that contains the CA certificate bundle. |
status | string | The status of the trust store, could be either of ACTIVE or CREATING. |
number_of_ca_certificates | integer | The number of certificates associated with the trust store. |
trust_store_arn | string | The Amazon Resource Name (ARN) of the trust store. |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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