Amazon WorkSpaces Web · JSON Structure

Workspaces Web Associate User Access Logging Settings Response Structure

AssociateUserAccessLoggingSettingsResponse schema from Amazon WorkSpaces Web API

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

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

Properties

portalArn userAccessLoggingSettingsArn

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

JSON Structure

Raw ↑
{
  "type": "object",
  "required": [
    "portalArn",
    "userAccessLoggingSettingsArn"
  ],
  "properties": {
    "portalArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ARN"
        },
        {
          "description": "The ARN of the web portal."
        }
      ]
    },
    "userAccessLoggingSettingsArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ARN"
        },
        {
          "description": "The ARN of the user access logging settings."
        }
      ]
    }
  },
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "AssociateUserAccessLoggingSettingsResponse",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workspaces-web/refs/heads/main/json-structure/workspaces-web-associate-user-access-logging-settings-response-structure.json",
  "description": "AssociateUserAccessLoggingSettingsResponse schema from Amazon WorkSpaces Web API"
}