Skip to content

/AWS1/CL_RBMSOURCECONFIG

Information about a source configuration.

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_S3BUCKET TYPE /AWS1/RBMS3BUCKET /AWS1/RBMS3BUCKET

The Amazon S3 bucket name.

IV_S3KEY TYPE /AWS1/RBMS3KEY /AWS1/RBMS3KEY

The s3 object key.

IV_ARCHITECTURE TYPE /AWS1/RBMARCHITECTURE /AWS1/RBMARCHITECTURE

The target processor architecture for the application.


Queryable Attributes

s3Bucket

The Amazon S3 bucket name.

Accessible with the following methods

Method Description
GET_S3BUCKET() Getter for S3BUCKET, with configurable default
ASK_S3BUCKET() Getter for S3BUCKET w/ exceptions if field has no value
HAS_S3BUCKET() Determine if S3BUCKET has a value

s3Key

The s3 object key.

Accessible with the following methods

Method Description
GET_S3KEY() Getter for S3KEY, with configurable default
ASK_S3KEY() Getter for S3KEY w/ exceptions if field has no value
HAS_S3KEY() Determine if S3KEY has a value

architecture

The target processor architecture for the application.

Accessible with the following methods

Method Description
GET_ARCHITECTURE() Getter for ARCHITECTURE, with configurable default
ASK_ARCHITECTURE() Getter for ARCHITECTURE w/ exceptions if field has no value
HAS_ARCHITECTURE() Determine if ARCHITECTURE 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_SOURCECONFIGS

TYPES TT_SOURCECONFIGS TYPE STANDARD TABLE OF REF TO /AWS1/CL_RBMSOURCECONFIG WITH DEFAULT KEY
.