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

DescribeConstraintOutput

import type { DescribeConstraintOutput } from "https://aws-api.deno.dev/v0.4/services/servicecatalog.ts?docs=full";
interface DescribeConstraintOutput {
ConstraintDetail?: ConstraintDetail | null;
ConstraintParameters?: string | null;
Status?: Status | null;
}

§Properties

§
ConstraintDetail?: ConstraintDetail | null
[src]

Information about the constraint.

§
ConstraintParameters?: string | null
[src]

The constraint parameters.

§
Status?: Status | null
[src]

The status of the current request.