interface RouteS3Config {
    bucketName: string;
    bucketRegion: string;
    objectPrefix: string;
    strategy: RouteS3ConfigS3Strategy;
}

Properties

bucketName: string

Destination bucket name of the Amazon S3 route.

bucketRegion: string

Region of the Amazon S3 route's destination bucket (e.g., 'fr-par').

objectPrefix: string

Optional string to prefix object names with.

How the Amazon S3 route's objects will be created: one per topic or one per message.