ApplicationApplicationConfigurationApplicationCodeConfigurationCodeContentS3ContentLocationArgs

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

Constructors

Functions

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

Properties

Link copied to clipboard
val bucketArn: Output<String>

The 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.