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

ConstraintSummary

import type { ConstraintSummary } from "https://aws-api.deno.dev/v0.3/services/servicecatalog.ts?docs=full";

Summary information about a constraint.

interface ConstraintSummary {
Description?: string | null;
Type?: string | null;
}

§Properties

§
Description?: string | null
[src]

The description of the constraint.

§
Type?: string | null
[src]

The type of constraint.

  • LAUNCH
    
  • NOTIFICATION
    
  • STACKSET
  • TEMPLATE