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 |
---|---|---|
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. |
tags | array | The tags to assign to the trust store. |
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