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

ProvisioningArtifactParameter

import type { ProvisioningArtifactParameter } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/servicecatalog.ts";
interface ProvisioningArtifactParameter {
DefaultValue?: string | null;
Description?: string | null;
IsNoEcho?: boolean | null;
ParameterConstraints?: ParameterConstraints | null;
ParameterKey?: string | null;
ParameterType?: string | null;
}

§Properties

§
DefaultValue?: string | null
[src]
§
Description?: string | null
[src]
§
IsNoEcho?: boolean | null
[src]
§
ParameterConstraints?: ParameterConstraints | null
[src]
§
ParameterKey?: string | null
[src]
§
ParameterType?: string | null
[src]