PipeTargetParametersEcsTaskParametersPlacementConstraint

data class PipeTargetParametersEcsTaskParametersPlacementConstraint(val expression: String? = null, val type: String? = null)

Constructors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val expression: 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: String? = null

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