PipeLogConfigurationS3LogDestination

data class PipeLogConfigurationS3LogDestination(val bucketName: String, val bucketOwner: String, val outputFormat: String? = null, val prefix: String? = null)

Constructors

Link copied to clipboard
constructor(bucketName: String, bucketOwner: String, outputFormat: String? = null, prefix: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Name of the Amazon S3 bucket to which EventBridge delivers the log records for the pipe.

Link copied to clipboard

Amazon Web Services account that owns the Amazon S3 bucket to which EventBridge delivers the log records for the pipe.

Link copied to clipboard
val outputFormat: String? = null

EventBridge format for the log records. Valid values json, plain and w3c.

Link copied to clipboard
val prefix: String? = null

Prefix text with which to begin Amazon S3 log object names.