/AWS1/CL_KN2ADDAPPLICATIONOU01¶
AddApplicationOutputResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_applicationarn TYPE /AWS1/KN2RESOURCEARN /AWS1/KN2RESOURCEARN¶
The application Amazon Resource Name (ARN).
iv_applicationversionid TYPE /AWS1/KN2APPLICATIONVERSIONID /AWS1/KN2APPLICATIONVERSIONID¶
The updated application version ID. Kinesis Data Analytics increments this ID when the application is updated.
it_outputdescriptions TYPE /AWS1/CL_KN2OUTPUTDESCRIPTION=>TT_OUTPUTDESCRIPTIONS TT_OUTPUTDESCRIPTIONS¶
Describes the application output configuration. For more information, see Configuring Application Output.
Queryable Attributes¶
ApplicationARN¶
The application Amazon Resource Name (ARN).
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_APPLICATIONARN() |
Getter for APPLICATIONARN, with configurable default |
ASK_APPLICATIONARN() |
Getter for APPLICATIONARN w/ exceptions if field has no valu |
HAS_APPLICATIONARN() |
Determine if APPLICATIONARN has a value |
ApplicationVersionId¶
The updated application version ID. Kinesis Data Analytics increments this ID when the application is updated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_APPLICATIONVERSIONID() |
Getter for APPLICATIONVERSIONID, with configurable default |
ASK_APPLICATIONVERSIONID() |
Getter for APPLICATIONVERSIONID w/ exceptions if field has n |
HAS_APPLICATIONVERSIONID() |
Determine if APPLICATIONVERSIONID has a value |
OutputDescriptions¶
Describes the application output configuration. For more information, see Configuring Application Output.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OUTPUTDESCRIPTIONS() |
Getter for OUTPUTDESCRIPTIONS, with configurable default |
ASK_OUTPUTDESCRIPTIONS() |
Getter for OUTPUTDESCRIPTIONS w/ exceptions if field has no |
HAS_OUTPUTDESCRIPTIONS() |
Determine if OUTPUTDESCRIPTIONS has a value |