Flow Success Response Handling Config Args
data class FlowSuccessResponseHandlingConfigArgs(val bucketName: Output<String>? = null, val bucketPrefix: Output<String>? = null) : ConvertibleToJava<FlowSuccessResponseHandlingConfigArgs>
Constructors
Link copied to clipboard
fun FlowSuccessResponseHandlingConfigArgs(bucketName: Output<String>? = null, bucketPrefix: Output<String>? = null)