Skip to main content

trust_store

Gets an individual trust_store resource

Overview

Nametrust_store
TypeResource
Descriptiontrust_store
Idawscc.elasticloadbalancingv2.trust_store

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

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
name,
ca_certificates_bundle_s3_bucket,
ca_certificates_bundle_s3_key,
ca_certificates_bundle_s3_object_version,
status,
number_of_ca_certificates,
tags,
trust_store_arn
FROM awscc.elasticloadbalancingv2.trust_store
WHERE data__Identifier = '<TrustStoreArn>';

Permissions

To operate on the trust_store resource, the following permissions are required:

Delete

elasticloadbalancing:DescribeTrustStores,
elasticloadbalancing:DeleteTrustStore

Read

elasticloadbalancing:DescribeTrustStores,
elasticloadbalancing:DescribeTags

Update

elasticloadbalancing:ModifyTrustStore,
elasticloadbalancing:AddTags,
elasticloadbalancing:RemoveTags,
s3:GetObject,
s3:GetObjectVersion