trust_stores_list_only
Lists trust_stores
in a region or regions, for all properties use trust_stores
Overview
Name | trust_stores_list_only |
Type | Resource |
Description | Definition of AWS::WorkSpacesWeb::TrustStore Resource Type |
Id | aws.workspacesweb.trust_stores_list_only |
Fields
Name | Datatype | Description |
---|---|---|
associated_portal_arns | array | |
certificate_list | array | |
tags | array | |
trust_store_arn | string | |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all trust_stores
in a region.
SELECT
region,
trust_store_arn
FROM aws.workspacesweb.trust_stores_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the trust_stores_list_only
resource, see trust_stores