Pipe Log Configuration S3Log Destination Args
data class PipeLogConfigurationS3LogDestinationArgs(val bucketName: Output<String>, val bucketOwner: Output<String>, val outputFormat: Output<String>? = null, val prefix: Output<String>? = null) : ConvertibleToJava<PipeLogConfigurationS3LogDestinationArgs>
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
EventBridge format for the log records. Valid values json
, plain
and w3c
.