KinesisVideoStreamStartSelector
Specifies the starting point in a Kinesis stream to start processing. You can use the producer timestamp or the fragment number. One of either producer timestamp or fragment number is required. If you use the producer timestamp, you must put the time in milliseconds. For more information about fragment numbers, see Fragment.
Contents
- FragmentNumber
-
The unique identifier of the fragment. This value monotonically increases based on the ingestion order.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 128.
Pattern:
^[0-9]+$
Required: No
- ProducerTimestamp
-
The timestamp from the producer corresponding to the fragment, in milliseconds, expressed in unix time format.
Type: Long
Valid Range: Minimum value of 0.
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: