UserAccessLoggingSettings

A user access logging settings resource that can be associated with a web portal.

End User ComputingSecure BrowserVirtual DesktopZero Trust

Properties

Name Type Description
associatedPortalArns object
kinesisStreamArn object
userAccessLoggingSettingsArn object
View JSON Schema on GitHub

JSON Schema

workspaces-web-user-access-logging-settings-schema.json Raw ↑
{
  "type": "object",
  "required": [
    "userAccessLoggingSettingsArn"
  ],
  "properties": {
    "associatedPortalArns": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ArnList"
        },
        {
          "description": "A list of web portal ARNs that this user access logging settings is associated with."
        }
      ]
    },
    "kinesisStreamArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/KinesisStreamArn"
        },
        {
          "description": "The ARN of the Kinesis stream."
        }
      ]
    },
    "userAccessLoggingSettingsArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ARN"
        },
        {
          "description": "The ARN of the user access logging settings."
        }
      ]
    }
  },
  "description": "A user access logging settings resource that can be associated with a web portal.",
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "UserAccessLoggingSettings",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workspaces-web/refs/heads/main/json-schema/workspaces-web-user-access-logging-settings-schema.json"
}