PipeEcsContainerOverrideArgs

data class PipeEcsContainerOverrideArgs(val command: Output<List<String>>? = null, val cpu: Output<Int>? = null, val environment: Output<List<PipeEcsEnvironmentVariableArgs>>? = null, val environmentFiles: Output<List<PipeEcsEnvironmentFileArgs>>? = null, val memory: Output<Int>? = null, val memoryReservation: Output<Int>? = null, val name: Output<String>? = null, val resourceRequirements: Output<List<PipeEcsResourceRequirementArgs>>? = null) : ConvertibleToJava<PipeEcsContainerOverrideArgs>

Constructors

Link copied to clipboard
fun PipeEcsContainerOverrideArgs(command: Output<List<String>>? = null, cpu: Output<Int>? = null, environment: Output<List<PipeEcsEnvironmentVariableArgs>>? = null, environmentFiles: Output<List<PipeEcsEnvironmentFileArgs>>? = null, memory: Output<Int>? = null, memoryReservation: Output<Int>? = null, name: Output<String>? = null, resourceRequirements: Output<List<PipeEcsResourceRequirementArgs>>? = null)

Functions

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

Properties

Link copied to clipboard
val command: Output<List<String>>? = null
Link copied to clipboard
val cpu: Output<Int>? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val memory: Output<Int>? = null
Link copied to clipboard
val memoryReservation: Output<Int>? = null
Link copied to clipboard
val name: Output<String>? = null
Link copied to clipboard