Skip to main content

trust_stores

Retrieves a list of trust_stores in a region

Overview

Nametrust_stores
TypeResource
Descriptiontrust_stores
Idawscc.elasticloadbalancingv2.trust_stores

Fields

NameDatatypeDescription
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,
trust_store_arn
FROM awscc.elasticloadbalancingv2.trust_stores
WHERE region = 'us-east-1'

Permissions

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

Create

elasticloadbalancing:CreateTrustStore,
elasticloadbalancing:DescribeTrustStores,
elasticloadbalancing:AddTags,
s3:GetObject,
s3:GetObjectVersion

List

elasticloadbalancing:DescribeTrustStores,
s3:GetObject,
s3:GetObjectVersion