FlowS3LocationArgs

data class FlowS3LocationArgs(val bucket: Output<String>, val key: Output<String>, val version: Output<String>? = null) : ConvertibleToJava<FlowS3LocationArgs>

A bucket, key and optional version pointing to an S3 object containing a UTF-8 encoded JSON string Definition with the same schema as the Definition property of this resource

Constructors

Link copied to clipboard
constructor(bucket: Output<String>, key: Output<String>, version: Output<String>? = null)

Properties

Link copied to clipboard
val bucket: Output<String>

A bucket in S3

Link copied to clipboard
val key: Output<String>

A object key in S3

Link copied to clipboard
val version: Output<String>? = null

The version of the the S3 object to use

Functions

Link copied to clipboard
open override fun toJava(): FlowS3LocationArgs