/AWS1/CL_MGNSOURCECONF¶
Configuration for a migration source environment.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_sourceenvironment TYPE /AWS1/MGNSOURCEENVIRONMENT /AWS1/MGNSOURCEENVIRONMENT¶
The source environment type.
io_sources3configuration TYPE REF TO /AWS1/CL_MGNSOURCES3CONF /AWS1/CL_MGNSOURCES3CONF¶
The S3 configuration for the source data.
Queryable Attributes¶
sourceEnvironment¶
The source environment type.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SOURCEENVIRONMENT() |
Getter for SOURCEENVIRONMENT, with configurable default |
ASK_SOURCEENVIRONMENT() |
Getter for SOURCEENVIRONMENT w/ exceptions if field has no v |
HAS_SOURCEENVIRONMENT() |
Determine if SOURCEENVIRONMENT has a value |
sourceS3Configuration¶
The S3 configuration for the source data.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SOURCES3CONFIGURATION() |
Getter for SOURCES3CONFIGURATION |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_SOURCECONFIGURATIONLIST¶
TYPES TT_SOURCECONFIGURATIONLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_MGNSOURCECONF WITH DEFAULT KEY
.