/AWS1/CL_CHPKINESISVIDEOSTRM02¶
The task configuration settings for the Kinesis video stream source.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_streamarn TYPE /AWS1/CHPKINESISVIDEOSTREAMARN /AWS1/CHPKINESISVIDEOSTREAMARN¶
The ARN of the stream.
iv_channelid TYPE /AWS1/CHPCHANNELID /AWS1/CHPCHANNELID¶
The channel ID.
Optional arguments:¶
iv_fragmentnumber TYPE /AWS1/CHPFRAGMENTNUMBERSTRING /AWS1/CHPFRAGMENTNUMBERSTRING¶
The unique identifier of the fragment to begin processing.
Queryable Attributes¶
StreamArn¶
The ARN of the stream.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STREAMARN() |
Getter for STREAMARN, with configurable default |
ASK_STREAMARN() |
Getter for STREAMARN w/ exceptions if field has no value |
HAS_STREAMARN() |
Determine if STREAMARN has a value |
ChannelId¶
The channel ID.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CHANNELID() |
Getter for CHANNELID |
FragmentNumber¶
The unique identifier of the fragment to begin processing.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FRAGMENTNUMBER() |
Getter for FRAGMENTNUMBER, with configurable default |
ASK_FRAGMENTNUMBER() |
Getter for FRAGMENTNUMBER w/ exceptions if field has no valu |
HAS_FRAGMENTNUMBER() |
Determine if FRAGMENTNUMBER has a value |