ApplicationVersionSourceBundleArgs

data class ApplicationVersionSourceBundleArgs(val s3Bucket: Output<String>, val s3Key: Output<String>) : ConvertibleToJava<ApplicationVersionSourceBundleArgs>

Constructors

Link copied to clipboard
constructor(s3Bucket: Output<String>, s3Key: Output<String>)

Properties

Link copied to clipboard
val s3Bucket: Output<String>

The Amazon S3 bucket where the data is located.

Link copied to clipboard
val s3Key: Output<String>

The Amazon S3 key where the data is located.

Functions

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