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

Information about a parameter used to provision a product.

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]

The default value.

§
Description?: string | null
[src]

The description of the parameter.

§
IsNoEcho?: boolean | null
[src]

If this value is true, the value for this parameter is obfuscated from view when the parameter is retrieved. This parameter is used to hide sensitive information.

§
ParameterConstraints?: ParameterConstraints | null
[src]

Constraints that the administrator has put on a parameter.

§
ParameterKey?: string | null
[src]

The parameter key.

§
ParameterType?: string | null
[src]

The parameter type.