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
Properties
The Amazon CloudWatch Logs logging configuration settings for the pipe.
The Amazon Kinesis Data Firehose logging configuration settings for the pipe.
Specify ON
to include the execution data (specifically, the payload
and awsRequest
fields) in the log messages for this pipe.
The Amazon S3 logging configuration settings for the pipe.