{ "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" }