Amazon WorkSpaces Web · JSON Structure

Workspaces Web Create Trust Store Response Structure

CreateTrustStoreResponse schema from Amazon WorkSpaces Web API

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

CreateTrustStoreResponse is a JSON Structure definition published by Amazon WorkSpaces Web, describing 1 property, of which 1 is required. 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",
  "required": [
    "trustStoreArn"
  ],
  "properties": {
    "trustStoreArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ARN"
        },
        {
          "description": "The ARN of the trust store."
        }
      ]
    }
  },
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "CreateTrustStoreResponse",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workspaces-web/refs/heads/main/json-structure/workspaces-web-create-trust-store-response-structure.json",
  "description": "CreateTrustStoreResponse schema from Amazon WorkSpaces Web API"
}