RecipeS3LocationArgs

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

Input location

Constructors

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

Properties

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

Functions

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