PipeTargetParametersEcsTaskParametersPlacementConstraintArgs

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

Constructors

Functions

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

Properties

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

A cluster query language expression to apply to the constraint. You cannot specify an expression if the constraint type is distinctInstance. Maximum length of 2,000.

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

The type of resource to assign to a container. The supported resources include GPU, MEMORY, and VCPU.