ConnectorLogDeliveryWorkerLogDeliveryS3Args

data class ConnectorLogDeliveryWorkerLogDeliveryS3Args(val bucket: Output<String>? = null, val enabled: Output<Boolean>, val prefix: Output<String>? = null) : ConvertibleToJava<ConnectorLogDeliveryWorkerLogDeliveryS3Args>

Constructors

constructor(bucket: Output<String>? = null, enabled: Output<Boolean>, prefix: Output<String>? = null)

Properties

Link copied to clipboard
val bucket: Output<String>? = null

The name of the S3 bucket that is the destination for log delivery.

Link copied to clipboard
val enabled: Output<Boolean>

Whether log delivery to Amazon CloudWatch Logs is enabled.

Link copied to clipboard
val prefix: Output<String>? = null

The S3 prefix that is the destination for log delivery.

Functions

Link copied to clipboard
open override fun toJava(): ConnectorLogDeliveryWorkerLogDeliveryS3Args