Rule Placement Constraint Args
data class RulePlacementConstraintArgs(val expression: Output<String>? = null, val type: Output<String>? = null) : ConvertibleToJava<RulePlacementConstraintArgs>
Properties
Link copied to clipboard
A cluster query language expression to apply to the constraint. You cannot specify an expression if the constraint type is distinctInstance
. To learn more, see Cluster Query Language in the Amazon Elastic Container Service Developer Guide.