Amazon WorkSpaces Web · JSON Structure

Workspaces Web Trust Store Summary Structure

The summary of the trust store.

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

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

Properties

trustStoreArn

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "trustStoreArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ARN"
        },
        {
          "description": "The ARN of the trust store."
        }
      ]
    }
  },
  "description": "The summary of the trust store.",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "TrustStoreSummary",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workspaces-web/refs/heads/main/json-structure/workspaces-web-trust-store-summary-structure.json"
}