PipeLogConfigurationParameters

Specifies the logging configuration settings for the pipe.

When you call UpdatePipe, EventBridge updates the fields in the PipeLogConfigurationParameters object atomically as one and overrides existing values. This is by design. If you don't specify an optional field in any of the Amazon Web Services service parameters objects (CloudwatchLogsLogDestinationParameters, FirehoseLogDestinationParameters, or S3LogDestinationParameters), EventBridge sets that field to its system-default value during the update.

For example, suppose when you created the pipe you specified a Kinesis Data Firehose stream log destination. You then update the pipe to add an Amazon S3 log destination. In addition to specifying the S3LogDestinationParameters for the new log destination, you must also specify the fields in the FirehoseLogDestinationParameters object in order to retain the Kinesis Data Firehose stream log destination.

For more information on generating pipe log records, see eventbridge/latest/userguide/eb-pipes-logs.html in the Amazon EventBridge User Guide.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Amazon CloudWatch Logs logging configuration settings for the pipe.

Link copied to clipboard

The Amazon Kinesis Data Firehose logging configuration settings for the pipe.

Link copied to clipboard

Specify ON to include the execution data (specifically, the payload and awsRequest fields) in the log messages for this pipe.

Link copied to clipboard

The level of logging detail to include. This applies to all log destinations for the pipe.

Link copied to clipboard

The Amazon S3 logging configuration settings for the pipe.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String