/AWS1/CL_DZNREDRUNCONFOUTPUT¶
The configuration details of the Amazon Redshift data source.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_relationalfilterconfs TYPE /AWS1/CL_DZNRELATIONALFILTCONF=>TT_RELATIONALFILTERCONFS TT_RELATIONALFILTERCONFS¶
The relational filger configurations included in the configuration details of the Amazon Redshift data source.
io_redshiftstorage TYPE REF TO /AWS1/CL_DZNREDSHIFTSTORAGE /AWS1/CL_DZNREDSHIFTSTORAGE¶
The details of the Amazon Redshift storage as part of the configuration of an Amazon Redshift data source run.
Optional arguments:¶
iv_accountid TYPE /AWS1/DZNSTRING /AWS1/DZNSTRING¶
The ID of the Amazon Web Services account included in the configuration details of the Amazon Redshift data source.
iv_region TYPE /AWS1/DZNSTRING /AWS1/DZNSTRING¶
The Amazon Web Services region included in the configuration details of the Amazon Redshift data source.
iv_dataaccessrole TYPE /AWS1/DZNSTRING /AWS1/DZNSTRING¶
The data access role included in the configuration details of the Amazon Redshift data source.
io_redshiftcredentialconf TYPE REF TO /AWS1/CL_DZNREDSHIFTCREDCONF /AWS1/CL_DZNREDSHIFTCREDCONF¶
The details of the credentials required to access an Amazon Redshift cluster.
Queryable Attributes¶
accountId¶
The ID of the Amazon Web Services account included in the configuration details of the Amazon Redshift data source.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ACCOUNTID() |
Getter for ACCOUNTID, with configurable default |
ASK_ACCOUNTID() |
Getter for ACCOUNTID w/ exceptions if field has no value |
HAS_ACCOUNTID() |
Determine if ACCOUNTID has a value |
region¶
The Amazon Web Services region included in the configuration details of the Amazon Redshift data source.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REGION() |
Getter for REGION, with configurable default |
ASK_REGION() |
Getter for REGION w/ exceptions if field has no value |
HAS_REGION() |
Determine if REGION has a value |
dataAccessRole¶
The data access role included in the configuration details of the Amazon Redshift data source.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DATAACCESSROLE() |
Getter for DATAACCESSROLE, with configurable default |
ASK_DATAACCESSROLE() |
Getter for DATAACCESSROLE w/ exceptions if field has no valu |
HAS_DATAACCESSROLE() |
Determine if DATAACCESSROLE has a value |
relationalFilterConfigurations¶
The relational filger configurations included in the configuration details of the Amazon Redshift data source.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RELATIONALFILTERCONFS() |
Getter for RELATIONALFILTERCONFS, with configurable default |
ASK_RELATIONALFILTERCONFS() |
Getter for RELATIONALFILTERCONFS w/ exceptions if field has |
HAS_RELATIONALFILTERCONFS() |
Determine if RELATIONALFILTERCONFS has a value |
redshiftCredentialConfiguration¶
The details of the credentials required to access an Amazon Redshift cluster.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REDSHIFTCREDENTIALCONF() |
Getter for REDSHIFTCREDENTIALCONF |
redshiftStorage¶
The details of the Amazon Redshift storage as part of the configuration of an Amazon Redshift data source run.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REDSHIFTSTORAGE() |
Getter for REDSHIFTSTORAGE |