/AWS1/CL_KN2CODECONTENT¶
Specifies either the application code, or the location of the application code, for a Managed Service for Apache Flink application.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_textcontent TYPE /AWS1/KN2TEXTCONTENT /AWS1/KN2TEXTCONTENT¶
The text-format code for a Managed Service for Apache Flink application.
iv_zipfilecontent TYPE /AWS1/KN2ZIPFILECONTENT /AWS1/KN2ZIPFILECONTENT¶
The zip-format code for a Managed Service for Apache Flink application.
io_s3contentlocation TYPE REF TO /AWS1/CL_KN2S3CONTENTLOCATION /AWS1/CL_KN2S3CONTENTLOCATION¶
Information about the Amazon S3 bucket that contains the application code.
Queryable Attributes¶
TextContent¶
The text-format code for a Managed Service for Apache Flink application.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TEXTCONTENT() |
Getter for TEXTCONTENT, with configurable default |
ASK_TEXTCONTENT() |
Getter for TEXTCONTENT w/ exceptions if field has no value |
HAS_TEXTCONTENT() |
Determine if TEXTCONTENT has a value |
ZipFileContent¶
The zip-format code for a Managed Service for Apache Flink application.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ZIPFILECONTENT() |
Getter for ZIPFILECONTENT, with configurable default |
ASK_ZIPFILECONTENT() |
Getter for ZIPFILECONTENT w/ exceptions if field has no valu |
HAS_ZIPFILECONTENT() |
Determine if ZIPFILECONTENT has a value |
S3ContentLocation¶
Information about the Amazon S3 bucket that contains the application code.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_S3CONTENTLOCATION() |
Getter for S3CONTENTLOCATION |