aws.workspaces_web.get_trust_store
Example SQL Queries
SELECT * FROMaws.workspaces_web.get_trust_storeWHERE"trust_store_arn" = 'VALUE';Description
Gets the trust store.
Table Definition
| Column Name | Column Data Type |
|---|---|
| trust_store_arn Required Input Column The 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
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| trust_store The trust store. | STRUCT( |
Show child fields
| |