ApplicationS3ContentLocationArgs

data class ApplicationS3ContentLocationArgs(val bucketArn: Output<String>, val fileKey: Output<String>, val objectVersion: Output<String>? = null) : ConvertibleToJava<ApplicationS3ContentLocationArgs>

The location of an application or a custom artifact.

Constructors

Link copied to clipboard
constructor(bucketArn: Output<String>, fileKey: Output<String>, objectVersion: Output<String>? = null)

Properties

Link copied to clipboard
val bucketArn: Output<String>

The Amazon Resource Name (ARN) for the S3 bucket containing the application code.

Link copied to clipboard
val fileKey: Output<String>

The file key for the object containing the application code.

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

The version of the object containing the application code.

Functions

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