AppBlockS3LocationArgs

data class AppBlockS3LocationArgs(val s3Bucket: Output<String>, val s3Key: Output<String>? = null) : ConvertibleToJava<AppBlockS3LocationArgs>

Constructors

Link copied to clipboard
fun AppBlockS3LocationArgs(s3Bucket: Output<String>, s3Key: Output<String>? = null)

Functions

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

Properties

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