FlowSuccessResponseHandlingConfig

data class FlowSuccessResponseHandlingConfig(val bucketName: String? = null, val bucketPrefix: String? = null)

Constructors

Link copied to clipboard
constructor(bucketName: String? = null, bucketPrefix: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val bucketName: String? = null

The name of the Amazon S3 bucket.

Link copied to clipboard
val bucketPrefix: String? = null

The Amazon S3 bucket prefix.