Ivs Recording Configuration State Structure

RecordingConfigurationState schema

Type: string Properties: 0
Live StreamingMediaVideoReal-Time

RecordingConfigurationState is a JSON Structure definition published by Amazon Interactive Video Service. 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 ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-interactive-video-service/refs/heads/main/json-structure/ivs-recording-configuration-state-structure.json",
  "name": "RecordingConfigurationState",
  "description": "RecordingConfigurationState schema",
  "type": "string",
  "enum": [
    "CREATING",
    "CREATE_FAILED",
    "ACTIVE"
  ]
}