Amazon WorkSpaces Web · JSON Structure

Workspaces Web Kinesis Stream Arn Structure

Kinesis stream ARN to which log events are published.

Type: string Properties: 0
End User ComputingSecure BrowserVirtual DesktopZero Trust

KinesisStreamArn is a JSON Structure definition published by Amazon WorkSpaces Web. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

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

JSON Structure

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-structure.org/meta/core/v0/#",
  "name": "KinesisStreamArn",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workspaces-web/refs/heads/main/json-structure/workspaces-web-kinesis-stream-arn-structure.json"
}