/AWS1/CL_BDAREDQUERYENGINEST00¶
Contains configurations for Amazon Redshift data storage. Specify the data storage service to use in the type
field and include the corresponding field. For more information, see Build a knowledge base by connecting to a structured data source in the Amazon Bedrock User Guide.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_type
TYPE /AWS1/BDAREDQUERYENGINESTRGT00
/AWS1/BDAREDQUERYENGINESTRGT00
¶
The data storage service to use.
Optional arguments:¶
io_awsdatacatalogconf
TYPE REF TO /AWS1/CL_BDAREDQUERYENGINEAW00
/AWS1/CL_BDAREDQUERYENGINEAW00
¶
Specifies configurations for storage in Glue Data Catalog.
io_redshiftconfiguration
TYPE REF TO /AWS1/CL_BDAREDQUERYENGINERE00
/AWS1/CL_BDAREDQUERYENGINERE00
¶
Specifies configurations for storage in Amazon Redshift.
Queryable Attributes¶
type¶
The data storage service to use.
Accessible with the following methods¶
Method | Description |
---|---|
GET_TYPE() |
Getter for TYPE, with configurable default |
ASK_TYPE() |
Getter for TYPE w/ exceptions if field has no value |
HAS_TYPE() |
Determine if TYPE has a value |
awsDataCatalogConfiguration¶
Specifies configurations for storage in Glue Data Catalog.
Accessible with the following methods¶
Method | Description |
---|---|
GET_AWSDATACATALOGCONF() |
Getter for AWSDATACATALOGCONFIGURATION |
redshiftConfiguration¶
Specifies configurations for storage in Amazon Redshift.
Accessible with the following methods¶
Method | Description |
---|---|
GET_REDSHIFTCONFIGURATION() |
Getter for REDSHIFTCONFIGURATION |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_REDQUERYENGINESTORAGECONFS
¶
TYPES TT_REDQUERYENGINESTORAGECONFS TYPE STANDARD TABLE OF REF TO /AWS1/CL_BDAREDQUERYENGINEST00 WITH DEFAULT KEY
.