Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

AwsEcsTaskDefinitionPlacementConstraintsDetails

import type { AwsEcsTaskDefinitionPlacementConstraintsDetails } from "https://aws-api.deno.dev/v0.4/services/securityhub.ts?docs=full";

A placement constraint object to use for tasks.

interface AwsEcsTaskDefinitionPlacementConstraintsDetails {
Expression?: string | null;
Type?: string | null;
}

§Properties

§
Expression?: string | null
[src]

A cluster query language expression to apply to the constraint.

§
Type?: string | null
[src]

The type of constraint.