S3LogDestinationParameters - Amazon EventBridge Pipes

S3LogDestinationParameters

The Amazon S3 logging configuration settings for the pipe.

Contents

BucketName

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

Type: String

Length Constraints: Minimum length of 3. Maximum length of 63.

Required: Yes

BucketOwner

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

Type: String

Pattern: \d{12}

Required: Yes

OutputFormat

How EventBridge should format the log records.

EventBridge currently only supports json formatting.

Type: String

Valid Values: json | plain | w3c

Required: No

Prefix

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

You can use prefixes to organize the data that you store in Amazon S3 buckets. A prefix is a string of characters at the beginning of the object key name. A prefix can be any length, subject to the maximum length of the object key name (1,024 bytes). For more information, see Organizing objects using prefixes in the Amazon Simple Storage Service User Guide.

Type: String

Length Constraints: Minimum length of 0. Maximum length of 256.

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: