UserAccessLoggingSettingsSummary

The summary of user access logging settings.

End User ComputingSecure BrowserVirtual DesktopZero Trust

Properties

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

JSON Schema

workspaces-web-user-access-logging-settings-summary-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "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": "The summary of user access logging settings.",
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "UserAccessLoggingSettingsSummary",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workspaces-web/refs/heads/main/json-schema/workspaces-web-user-access-logging-settings-summary-schema.json"
}