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.deno.dev/v0.3/services/servicecatalog.ts?docs=full";

Information about a constraint.

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]

The identifier of the constraint.

§
Description?: string | null
[src]

The description of the constraint.

§
Owner?: string | null
[src]

The owner of the constraint.

§
PortfolioId?: string | null
[src]

The identifier of the portfolio the product resides in. The constraint applies only to the instance of the product that lives within this portfolio.

§
ProductId?: string | null
[src]

The identifier of the product the constraint applies to. Note that a constraint applies to a specific instance of a product within a certain portfolio.

§
Type?: string | null
[src]

The type of constraint.

  • LAUNCH
    
  • NOTIFICATION
    
  • STACKSET
  • TEMPLATE