PipeEcsEnvironmentFileArgs

data class PipeEcsEnvironmentFileArgs(val type: Output<PipeEcsEnvironmentFileType>, val value: Output<String>) : ConvertibleToJava<PipeEcsEnvironmentFileArgs>

Constructors

Link copied to clipboard
constructor(type: Output<PipeEcsEnvironmentFileType>, value: Output<String>)

Properties

Link copied to clipboard

The file type to use. The only supported value is s3 .

Link copied to clipboard
val value: Output<String>

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

Functions

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