S3LogDestination

The Amazon S3 logging configuration settings for the pipe.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

The format EventBridge uses for the log records.

Link copied to clipboard

The prefix text with which to begin Amazon S3 log object names.

Functions

Link copied to clipboard
inline fun copy(block: S3LogDestination.Builder.() -> Unit = {}): S3LogDestination
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String