ApplicationApplicationConfigurationApplicationCodeConfigurationCodeContentS3ContentLocationArgs

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

Constructors

constructor(bucketArn: Output<String>, fileKey: Output<String>, objectVersion: Output<String>? = null)

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.

Functions

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