Connector Log Delivery Worker Log Delivery Args
data class ConnectorLogDeliveryWorkerLogDeliveryArgs(val cloudwatchLogs: Output<ConnectorLogDeliveryWorkerLogDeliveryCloudwatchLogsArgs>? = null, val firehose: Output<ConnectorLogDeliveryWorkerLogDeliveryFirehoseArgs>? = null, val s3: Output<ConnectorLogDeliveryWorkerLogDeliveryS3Args>? = null) : ConvertibleToJava<ConnectorLogDeliveryWorkerLogDeliveryArgs>
Constructors
Link copied to clipboard
constructor(cloudwatchLogs: Output<ConnectorLogDeliveryWorkerLogDeliveryCloudwatchLogsArgs>? = null, firehose: Output<ConnectorLogDeliveryWorkerLogDeliveryFirehoseArgs>? = null, s3: Output<ConnectorLogDeliveryWorkerLogDeliveryS3Args>? = null)
Properties
Link copied to clipboard
Details about delivering logs to Amazon CloudWatch Logs. See cloudwatch_logs
Block for details.
Link copied to clipboard
Details about delivering logs to Amazon Kinesis Data Firehose. See firehose
Block for details.
Link copied to clipboard
Details about delivering logs to Amazon S3. See s3
Block for deetails.