KinesisStreamArn

Kinesis stream ARN to which log events are published.

End User ComputingSecure BrowserVirtual DesktopZero Trust
View JSON Schema on GitHub

JSON Schema

workspaces-web-kinesis-stream-arn-schema.json Raw ↑
{
  "type": "string",
  "pattern": "arn:[\\w+=/,.@-]+:kinesis:[a-zA-Z0-9\\-]*:[a-zA-Z0-9]{1,12}:stream/.+",
  "description": "Kinesis stream ARN to which log events are published.",
  "minLength": 20,
  "maxLength": 2048,
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "KinesisStreamArn",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workspaces-web/refs/heads/main/json-schema/workspaces-web-kinesis-stream-arn-schema.json"
}