ApplicationS3ContentLocation

data class ApplicationS3ContentLocation(val bucketArn: String, val fileKey: String, val objectVersion: String? = null)

The location of an application or a custom artifact.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

The file key for the object containing the application code.

Link copied to clipboard
val objectVersion: String? = null

The version of the object containing the application code.