aws.workspaces_web.get_trust_store_certificate
Example SQL Queries
SELECT * FROMaws.workspaces_web.get_trust_store_certificateWHERE"thumbprint" = 'VALUE'AND "trust_store_arn" = 'VALUE';Description
Gets the trust store certificate.
Table Definition
| Column Name | Column Data Type |
|---|---|
| thumbprint Required Input Column The thumbprint of the trust store certificate. | VARCHAR |
| trust_store_arn Required Input Column The ARN of the trust store certificate. | 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 |
| certificate The certificate of the trust store certificate. | STRUCT( |
Show child fields
| |