ApplicationS3LocationArgs

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

Constructors

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

Properties

Link copied to clipboard
val s3Bucket: Output<String>

The S3 bucket of the S3 object.

Link copied to clipboard
val s3Key: Output<String>

The S3 key of the S3 object.

Functions

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