PipeLogConfiguration

data class PipeLogConfiguration(val cloudwatchLogsLogDestination: PipeLogConfigurationCloudwatchLogsLogDestination? = null, val firehoseLogDestination: PipeLogConfigurationFirehoseLogDestination? = null, val includeExecutionDatas: List<String>? = null, val level: String, val s3LogDestination: PipeLogConfigurationS3LogDestination? = null)

Constructors

Link copied to clipboard
constructor(cloudwatchLogsLogDestination: PipeLogConfigurationCloudwatchLogsLogDestination? = null, firehoseLogDestination: PipeLogConfigurationFirehoseLogDestination? = null, includeExecutionDatas: List<String>? = null, level: String, s3LogDestination: PipeLogConfigurationS3LogDestination? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Amazon CloudWatch Logs logging configuration settings for the pipe. Detailed below.

Link copied to clipboard

Amazon Kinesis Data Firehose logging configuration settings for the pipe. Detailed below.

Link copied to clipboard

String list that specifies whether the execution data (specifically, the payload, awsRequest, and awsResponse fields) is included in the log messages for this pipe. This applies to all log destinations for the pipe. Valid values ALL.

Link copied to clipboard

The level of logging detail to include. Valid values OFF, ERROR, INFO and TRACE.

Link copied to clipboard

Amazon S3 logging configuration settings for the pipe. Detailed below.