/AWS1/CL_KN2APPLICATIONSUMMARY¶
Provides application summary information, including the application Amazon Resource Name (ARN), name, and status.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_applicationname TYPE /AWS1/KN2APPLICATIONNAME /AWS1/KN2APPLICATIONNAME¶
The name of the application.
iv_applicationarn TYPE /AWS1/KN2RESOURCEARN /AWS1/KN2RESOURCEARN¶
The ARN of the application.
iv_applicationstatus TYPE /AWS1/KN2APPLICATIONSTATUS /AWS1/KN2APPLICATIONSTATUS¶
The status of the application.
iv_applicationversionid TYPE /AWS1/KN2APPLICATIONVERSIONID /AWS1/KN2APPLICATIONVERSIONID¶
Provides the current application version.
iv_runtimeenvironment TYPE /AWS1/KN2RUNTIMEENVIRONMENT /AWS1/KN2RUNTIMEENVIRONMENT¶
The runtime environment for the application.
Optional arguments:¶
iv_applicationmode TYPE /AWS1/KN2APPLICATIONMODE /AWS1/KN2APPLICATIONMODE¶
For a Managed Service for Apache Flink application, the mode is
STREAMING. For a Managed Service for Apache Flink Studio notebook, it isINTERACTIVE.
Queryable Attributes¶
ApplicationName¶
The name of the application.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_APPLICATIONNAME() |
Getter for APPLICATIONNAME, with configurable default |
ASK_APPLICATIONNAME() |
Getter for APPLICATIONNAME w/ exceptions if field has no val |
HAS_APPLICATIONNAME() |
Determine if APPLICATIONNAME has a value |
ApplicationARN¶
The ARN of the application.
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 |
ApplicationStatus¶
The status of the application.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_APPLICATIONSTATUS() |
Getter for APPLICATIONSTATUS, with configurable default |
ASK_APPLICATIONSTATUS() |
Getter for APPLICATIONSTATUS w/ exceptions if field has no v |
HAS_APPLICATIONSTATUS() |
Determine if APPLICATIONSTATUS has a value |
ApplicationVersionId¶
Provides the current application version.
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 |
RuntimeEnvironment¶
The runtime environment for the application.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RUNTIMEENVIRONMENT() |
Getter for RUNTIMEENVIRONMENT, with configurable default |
ASK_RUNTIMEENVIRONMENT() |
Getter for RUNTIMEENVIRONMENT w/ exceptions if field has no |
HAS_RUNTIMEENVIRONMENT() |
Determine if RUNTIMEENVIRONMENT has a value |
ApplicationMode¶
For a Managed Service for Apache Flink application, the mode is
STREAMING. For a Managed Service for Apache Flink Studio notebook, it isINTERACTIVE.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_APPLICATIONMODE() |
Getter for APPLICATIONMODE, with configurable default |
ASK_APPLICATIONMODE() |
Getter for APPLICATIONMODE w/ exceptions if field has no val |
HAS_APPLICATIONMODE() |
Determine if APPLICATIONMODE 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_APPLICATIONSUMMARIES¶
TYPES TT_APPLICATIONSUMMARIES TYPE STANDARD TABLE OF REF TO /AWS1/CL_KN2APPLICATIONSUMMARY WITH DEFAULT KEY
.