Stream is a JSON Structure definition published by Amazon Kinesis Video Streams, describing 5 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-kinesis-video-streams/refs/heads/main/json-structure/amazon-kinesis-video-streams-stream-structure.json",
"name": "Stream",
"description": "An Amazon Kinesis Video Stream.",
"type": "object",
"properties": {
"StreamName": {
"type": "string",
"description": "The name of the stream.",
"example": "my-video-stream"
},
"StreamARN": {
"type": "string",
"description": "The Amazon Resource Name (ARN) of the stream."
},
"Status": {
"type": "string",
"description": "The status of the stream.",
"example": "ACTIVE",
"enum": [
"CREATING",
"ACTIVE",
"UPDATING",
"DELETING"
]
},
"DataRetentionInHours": {
"type": "int32",
"description": "How long the channel retains data (in hours).",
"example": 24
},
"CreationTime": {
"type": "datetime",
"description": "When the stream was created."
}
}
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.