PipeEcsEnvironmentFile

data class PipeEcsEnvironmentFile(val type: PipeEcsEnvironmentFileType, val value: String)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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