ScheduleTargetEcsParametersPlacementConstraint

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

Constructors

constructor(expression: String? = null, type: String)

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. For more information, see Cluster query language in the Amazon ECS Developer Guide.

Link copied to clipboard

The type of constraint. One of: distinctInstance, memberOf.