/AWS1/CL_IVCDESTINATIONCONF¶
A complex type that describes a location where chat logs will be stored. Each member represents the configuration of one log destination. For logging, you define only one type of destination (for CloudWatch Logs, Kinesis Firehose, or S3).
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
IO_S3
TYPE REF TO /AWS1/CL_IVCS3DESTINATIONCONF
/AWS1/CL_IVCS3DESTINATIONCONF
¶
An Amazon S3 destination configuration where chat activity will be logged.
IO_CLOUDWATCHLOGS
TYPE REF TO /AWS1/CL_IVCCLOUDWATCHLOGSDS00
/AWS1/CL_IVCCLOUDWATCHLOGSDS00
¶
An Amazon CloudWatch Logs destination configuration where chat activity will be logged.
IO_FIREHOSE
TYPE REF TO /AWS1/CL_IVCFIREHOSEDSTCONF
/AWS1/CL_IVCFIREHOSEDSTCONF
¶
An Amazon Kinesis Data Firehose destination configuration where chat activity will be logged.
Queryable Attributes¶
s3¶
An Amazon S3 destination configuration where chat activity will be logged.
Accessible with the following methods¶
Method | Description |
---|---|
GET_S3() |
Getter for S3 |
cloudWatchLogs¶
An Amazon CloudWatch Logs destination configuration where chat activity will be logged.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CLOUDWATCHLOGS() |
Getter for CLOUDWATCHLOGS |
firehose¶
An Amazon Kinesis Data Firehose destination configuration where chat activity will be logged.
Accessible with the following methods¶
Method | Description |
---|---|
GET_FIREHOSE() |
Getter for FIREHOSE |