aws.elbv2.get_trust_store_ca_certificates_bundle
Example SQL Queries
SELECT * FROMaws.elbv2.get_trust_store_ca_certificates_bundleWHERE"trust_store_arn" = 'VALUE';Description
Retrieves the ca certificate bundle.
This action returns a pre-signed S3 URI which is active for ten minutes.
Table Definition
| Column Name | Column Data Type |
|---|---|
| trust_store_arn Required Input Column The Amazon Resource Name (ARN) of the trust store. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| location The ca certificate bundles Amazon S3 URI. | VARCHAR |