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

LaunchPathSummary

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

Summary information about a product path for a user.

interface LaunchPathSummary {
ConstraintSummaries?: ConstraintSummary[] | null;
Id?: string | null;
Name?: string | null;
Tags?: Tag[] | null;
}

§Properties

§
ConstraintSummaries?: ConstraintSummary[] | null
[src]

The constraints on the portfolio-product relationship.

§
Id?: string | null
[src]

The identifier of the product path.

§
Name?: string | null
[src]

The name of the portfolio to which the user was assigned.

§
Tags?: Tag[] | null
[src]

The tags associated with this product path.