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

ExecutionParameter

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

Details of an execution parameter value that is passed to a self-service action when executed on a provisioned product.

interface ExecutionParameter {
DefaultValues?: string[] | null;
Name?: string | null;
Type?: string | null;
}

§Properties

§
DefaultValues?: string[] | null
[src]

The default values for the execution parameter.

§
Name?: string | null
[src]

The name of the execution parameter.

§
Type?: string | null
[src]

The execution parameter type.