StreamInfo
An object describing a Kinesis video stream.
Contents
- CreationTime
-
A time stamp that indicates when the stream was created.
Type: Timestamp
Required: No
- DataRetentionInHours
-
How long the stream retains data, in hours.
Type: Integer
Valid Range: Minimum value of 0.
Required: No
- DeviceName
-
The name of the device that is associated with the stream.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 128.
Pattern:
[a-zA-Z0-9_.-]+
Required: No
- KmsKeyId
-
The ID of the AWS Key Management Service (AWS KMS) key that Kinesis Video Streams uses to encrypt data on the stream.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 2048.
Pattern:
.+
Required: No
- MediaType
-
The
MediaType
of the stream.Type: String
Length Constraints: Minimum length of 1. Maximum length of 128.
Pattern:
[\w\-\.\+]+/[\w\-\.\+]+(,[\w\-\.\+]+/[\w\-\.\+]+)*
Required: No
- Status
-
The status of the stream.
Type: String
Valid Values:
CREATING | ACTIVE | UPDATING | DELETING
Required: No
- StreamARN
-
The Amazon Resource Name (ARN) of the stream.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 1024.
Pattern:
arn:[a-z\d-]+:kinesisvideo:[a-z0-9-]+:[0-9]+:[a-z]+/[a-zA-Z0-9_.-]+/[0-9]+
Required: No
- StreamName
-
The name of the stream.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 256.
Pattern:
[a-zA-Z0-9_.-]+
Required: No
- Version
-
The version of the stream.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 64.
Pattern:
[a-zA-Z0-9]+
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: