/AWS1/CL_IOTSTREAMINFO¶
Information about a stream.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_streamid
TYPE /AWS1/IOTSTREAMID
/AWS1/IOTSTREAMID
¶
The stream ID.
iv_streamarn
TYPE /AWS1/IOTSTREAMARN
/AWS1/IOTSTREAMARN
¶
The stream ARN.
iv_streamversion
TYPE /AWS1/IOTSTREAMVERSION
/AWS1/IOTSTREAMVERSION
¶
The stream version.
iv_description
TYPE /AWS1/IOTSTREAMDESCRIPTION
/AWS1/IOTSTREAMDESCRIPTION
¶
The description of the stream.
it_files
TYPE /AWS1/CL_IOTSTREAMFILE=>TT_STREAMFILES
TT_STREAMFILES
¶
The files to stream.
iv_createdat
TYPE /AWS1/IOTDATETYPE
/AWS1/IOTDATETYPE
¶
The date when the stream was created.
iv_lastupdatedat
TYPE /AWS1/IOTDATETYPE
/AWS1/IOTDATETYPE
¶
The date when the stream was last updated.
iv_rolearn
TYPE /AWS1/IOTROLEARN
/AWS1/IOTROLEARN
¶
An IAM role IoT assumes to access your S3 files.
Queryable Attributes¶
streamId¶
The stream ID.
Accessible with the following methods¶
Method | Description |
---|---|
GET_STREAMID() |
Getter for STREAMID, with configurable default |
ASK_STREAMID() |
Getter for STREAMID w/ exceptions if field has no value |
HAS_STREAMID() |
Determine if STREAMID has a value |
streamArn¶
The stream ARN.
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 |
streamVersion¶
The stream version.
Accessible with the following methods¶
Method | Description |
---|---|
GET_STREAMVERSION() |
Getter for STREAMVERSION, with configurable default |
ASK_STREAMVERSION() |
Getter for STREAMVERSION w/ exceptions if field has no value |
HAS_STREAMVERSION() |
Determine if STREAMVERSION has a value |
description¶
The description of the stream.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DESCRIPTION() |
Getter for DESCRIPTION, with configurable default |
ASK_DESCRIPTION() |
Getter for DESCRIPTION w/ exceptions if field has no value |
HAS_DESCRIPTION() |
Determine if DESCRIPTION has a value |
files¶
The files to stream.
Accessible with the following methods¶
Method | Description |
---|---|
GET_FILES() |
Getter for FILES, with configurable default |
ASK_FILES() |
Getter for FILES w/ exceptions if field has no value |
HAS_FILES() |
Determine if FILES has a value |
createdAt¶
The date when the stream was created.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CREATEDAT() |
Getter for CREATEDAT, with configurable default |
ASK_CREATEDAT() |
Getter for CREATEDAT w/ exceptions if field has no value |
HAS_CREATEDAT() |
Determine if CREATEDAT has a value |
lastUpdatedAt¶
The date when the stream was last updated.
Accessible with the following methods¶
Method | Description |
---|---|
GET_LASTUPDATEDAT() |
Getter for LASTUPDATEDAT, with configurable default |
ASK_LASTUPDATEDAT() |
Getter for LASTUPDATEDAT w/ exceptions if field has no value |
HAS_LASTUPDATEDAT() |
Determine if LASTUPDATEDAT has a value |
roleArn¶
An IAM role IoT assumes to access your S3 files.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ROLEARN() |
Getter for ROLEARN, with configurable default |
ASK_ROLEARN() |
Getter for ROLEARN w/ exceptions if field has no value |
HAS_ROLEARN() |
Determine if ROLEARN has a value |