/AWS1/CL_CHSSTREAMINGCONF¶
The configuration for connecting a messaging stream to Amazon Kinesis.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_datatype TYPE /AWS1/CHSMESSAGINGDATATYPE /AWS1/CHSMESSAGINGDATATYPE¶
The data type of the configuration.
iv_resourcearn TYPE /AWS1/CHSCHIMEARN /AWS1/CHSCHIMEARN¶
The ARN of the resource in the configuration.
Queryable Attributes¶
DataType¶
The data type of the configuration.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DATATYPE() |
Getter for DATATYPE, with configurable default |
ASK_DATATYPE() |
Getter for DATATYPE w/ exceptions if field has no value |
HAS_DATATYPE() |
Determine if DATATYPE has a value |
ResourceArn¶
The ARN of the resource in the configuration.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESOURCEARN() |
Getter for RESOURCEARN, with configurable default |
ASK_RESOURCEARN() |
Getter for RESOURCEARN w/ exceptions if field has no value |
HAS_RESOURCEARN() |
Determine if RESOURCEARN has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_STREAMINGCONFIGURATIONLIST¶
TYPES TT_STREAMINGCONFIGURATIONLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_CHSSTREAMINGCONF WITH DEFAULT KEY
.