/AWS1/CL_FRHDSTDESCRIPTION¶
Describes the destination for a Firehose stream.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_destinationid TYPE /AWS1/FRHDESTINATIONID /AWS1/FRHDESTINATIONID¶
The ID of the destination.
Optional arguments:¶
io_s3destinationdescription TYPE REF TO /AWS1/CL_FRHS3DSTDESCRIPTION /AWS1/CL_FRHS3DSTDESCRIPTION¶
[Deprecated] The destination in Amazon S3.
io_extendeds3dstdescription TYPE REF TO /AWS1/CL_FRHEXTENDEDS3DSTDESC /AWS1/CL_FRHEXTENDEDS3DSTDESC¶
The destination in Amazon S3.
io_redshiftdstdescription TYPE REF TO /AWS1/CL_FRHREDSHIFTDSTDESC /AWS1/CL_FRHREDSHIFTDSTDESC¶
The destination in Amazon Redshift.
io_elasticsearchdstdesc TYPE REF TO /AWS1/CL_FRHELASTICSRCHDSTDESC /AWS1/CL_FRHELASTICSRCHDSTDESC¶
The destination in Amazon OpenSearch Service.
io_amazonopensrchsvcdstdesc TYPE REF TO /AWS1/CL_FRHAMAZONOPENSRCHSV03 /AWS1/CL_FRHAMAZONOPENSRCHSV03¶
The destination in Amazon OpenSearch Service.
io_splunkdstdescription TYPE REF TO /AWS1/CL_FRHSPLUNKDSTDESC /AWS1/CL_FRHSPLUNKDSTDESC¶
The destination in Splunk.
io_httpendpointdstdesc TYPE REF TO /AWS1/CL_FRHHTTPENDPTDSTDESC /AWS1/CL_FRHHTTPENDPTDSTDESC¶
Describes the specified HTTP endpoint destination.
io_snowflakedstdescription TYPE REF TO /AWS1/CL_FRHSNOWFLAKEDSTDESC /AWS1/CL_FRHSNOWFLAKEDSTDESC¶
Optional description for the destination
io_amazonopensrchserverles01 TYPE REF TO /AWS1/CL_FRHAMAZONOPENSRCHSE03 /AWS1/CL_FRHAMAZONOPENSRCHSE03¶
The destination in the Serverless offering for Amazon OpenSearch Service.
io_icebergdstdescription TYPE REF TO /AWS1/CL_FRHICEBERGDSTDESC /AWS1/CL_FRHICEBERGDSTDESC¶
Describes a destination in Apache Iceberg Tables.
Queryable Attributes¶
DestinationId¶
The ID of the destination.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESTINATIONID() |
Getter for DESTINATIONID, with configurable default |
ASK_DESTINATIONID() |
Getter for DESTINATIONID w/ exceptions if field has no value |
HAS_DESTINATIONID() |
Determine if DESTINATIONID has a value |
S3DestinationDescription¶
[Deprecated] The destination in Amazon S3.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_S3DESTINATIONDESCRIPTION() |
Getter for S3DESTINATIONDESCRIPTION |
ExtendedS3DestinationDescription¶
The destination in Amazon S3.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EXTENDEDS3DSTDESCRIPTION() |
Getter for EXTENDEDS3DSTDESCRIPTION |
RedshiftDestinationDescription¶
The destination in Amazon Redshift.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REDSHIFTDSTDESCRIPTION() |
Getter for REDSHIFTDSTDESCRIPTION |
ElasticsearchDestinationDescription¶
The destination in Amazon OpenSearch Service.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ELASTICSEARCHDSTDESC() |
Getter for ELASTICSEARCHDSTDESCRIPTION |
AmazonopensearchserviceDestinationDescription¶
The destination in Amazon OpenSearch Service.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AMAZONOPENSRCHSVCDSTDESC() |
Getter for AMAZONOPENSEARCHSVCDSTDESC |
SplunkDestinationDescription¶
The destination in Splunk.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SPLUNKDSTDESCRIPTION() |
Getter for SPLUNKDESTINATIONDESCRIPTION |
HttpEndpointDestinationDescription¶
Describes the specified HTTP endpoint destination.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_HTTPENDPOINTDSTDESC() |
Getter for HTTPENDPOINTDSTDESCRIPTION |
SnowflakeDestinationDescription¶
Optional description for the destination
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SNOWFLAKEDSTDESCRIPTION() |
Getter for SNOWFLAKEDSTDESCRIPTION |
AmazonOpenSearchServerlessDestinationDescription¶
The destination in the Serverless offering for Amazon OpenSearch Service.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AMAZONOPENSRCHSERVERLE01() |
Getter for AMAZONOPENSRCHSERVERLESSDS01 |
IcebergDestinationDescription¶
Describes a destination in Apache Iceberg Tables.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ICEBERGDSTDESCRIPTION() |
Getter for ICEBERGDSTDESCRIPTION |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_DESTINATIONDESCRIPTIONLIST¶
TYPES TT_DESTINATIONDESCRIPTIONLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_FRHDSTDESCRIPTION WITH DEFAULT KEY
.