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

ConstraintDetail

import type { ConstraintDetail } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/servicecatalog.ts";
interface ConstraintDetail {
ConstraintId?: string | null;
Description?: string | null;
Owner?: string | null;
PortfolioId?: string | null;
ProductId?: string | null;
Type?: string | null;
}

§Properties

§
ConstraintId?: string | null
[src]
§
Description?: string | null
[src]
§
Owner?: string | null
[src]
§
PortfolioId?: string | null
[src]
§
ProductId?: string | null
[src]
§
Type?: string | null
[src]