Amazon WorkSpaces Web · JSON Structure

Workspaces Web Trust Store Structure

A trust store that can be associated with a web portal. A trust store contains certificate authority (CA) certificates. Once associated with a web portal, the browser in a streaming session will recognize certificates that have been issued using any of the CAs in the trust store. If your organization has internal websites that use certificates issued by private CAs, you should add the private CA certificate to the trust store.

Type: object Properties: 2
End User ComputingSecure BrowserVirtual DesktopZero Trust

TrustStore is a JSON Structure definition published by Amazon WorkSpaces Web, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

associatedPortalArns trustStoreArn

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "associatedPortalArns": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ArnList"
        },
        {
          "description": "A list of web portal ARNs that this trust store is associated with."
        }
      ]
    },
    "trustStoreArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ARN"
        },
        {
          "description": "The ARN of the trust store."
        }
      ]
    }
  },
  "description": "A trust store that can be associated with a web portal. A trust store contains certificate authority (CA) certificates. Once associated with a web portal, the browser in a streaming session will recognize certificates that have been issued using any of the CAs in the trust store. If your organization has internal websites that use certificates issued by private CAs, you should add the private CA certificate to the trust store. ",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "TrustStore",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workspaces-web/refs/heads/main/json-structure/workspaces-web-trust-store-structure.json"
}