EnvironmentFileArgs

data class EnvironmentFileArgs(val type: Output<String>? = null, val value: Output<String>? = null) : ConvertibleToJava<EnvironmentFileArgs>

Definition of EnvironmentFile

Constructors

Link copied to clipboard
constructor(type: Output<String>? = null, value: Output<String>? = null)

Properties

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

The file type to use. Environment files are objects in Amazon S3. The only supported value is `s3`.

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

The Amazon Resource Name (ARN) of the Amazon S3 object containing the environment variable file.

Functions

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