trust_store
Gets an individual trust_store
resource
Overview
Name | trust_store |
Type | Resource |
Description | trust_store |
Id | awscc.workspacesweb.trust_store |
Fields
Name | Datatype | Description |
---|---|---|
associated_portal_arns | array | |
certificate_list | array | |
tags | array | |
trust_store_arn | string | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
associated_portal_arns,
certificate_list,
tags,
trust_store_arn
FROM awscc.workspacesweb.trust_store
WHERE data__Identifier = '<TrustStoreArn>';
Permissions
To operate on the trust_store
resource, the following permissions are required:
Read
workspaces-web:GetTrustStore,
workspaces-web:GetTrustStoreCertificate,
workspaces-web:ListTagsForResource,
workspaces-web:ListTrustStoreCertificates
Update
workspaces-web:UpdateTrustStore,
workspaces-web:TagResource,
workspaces-web:UntagResource,
workspaces-web:GetTrustStore,
workspaces-web:GetTrustStoreCertificate,
workspaces-web:ListTagsForResource,
workspaces-web:ListTrustStoreCertificates
Delete
workspaces-web:GetTrustStore,
workspaces-web:GetTrustStoreCertificate,
workspaces-web:DeleteTrustStore