LayerVersionContentArgs

data class LayerVersionContentArgs(val s3Bucket: Output<String>, val s3Key: Output<String>, val s3ObjectVersion: Output<String>? = null) : ConvertibleToJava<LayerVersionContentArgs>

Constructors

Link copied to clipboard
constructor(s3Bucket: Output<String>, s3Key: Output<String>, s3ObjectVersion: Output<String>? = null)

Properties

Link copied to clipboard
val s3Bucket: Output<String>

The Amazon S3 bucket of the layer archive.

Link copied to clipboard
val s3Key: Output<String>

The Amazon S3 key of the layer archive.

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

For versioned objects, the version of the layer archive object to use.

Functions

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