ConnectorS3LogDeliveryArgs

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

Details about delivering logs to Amazon S3.

Constructors

Link copied to clipboard
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>

Specifies whether the logs get sent to the specified Amazon S3 destination.

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(): ConnectorS3LogDeliveryArgs