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

DescribeProvisioningParametersOutput

import type { DescribeProvisioningParametersOutput } from "https://aws-api.deno.dev/v0.4/services/servicecatalog.ts?docs=full";
interface DescribeProvisioningParametersOutput {
ConstraintSummaries?: ConstraintSummary[] | null;
ProvisioningArtifactOutputKeys?: ProvisioningArtifactOutput[] | null;
ProvisioningArtifactOutputs?: ProvisioningArtifactOutput[] | null;
ProvisioningArtifactParameters?: ProvisioningArtifactParameter[] | null;
ProvisioningArtifactPreferences?: ProvisioningArtifactPreferences | null;
TagOptions?: TagOptionSummary[] | null;
UsageInstructions?: UsageInstruction[] | null;
}

§Properties

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

Information about the constraints used to provision the product.

§
ProvisioningArtifactOutputKeys?: ProvisioningArtifactOutput[] | null
[src]

A list of the keys and descriptions of the outputs. These outputs can be referenced from a provisioned product launched from this provisioning artifact.

§
ProvisioningArtifactOutputs?: ProvisioningArtifactOutput[] | null
[src]

The output of the provisioning artifact.

§
ProvisioningArtifactParameters?: ProvisioningArtifactParameter[] | null
[src]

Information about the parameters used to provision the product.

§
ProvisioningArtifactPreferences?: ProvisioningArtifactPreferences | null
[src]

An object that contains information about preferences, such as Regions and accounts, for the provisioning artifact.

§
TagOptions?: TagOptionSummary[] | null
[src]

Information about the TagOptions associated with the resource.

§
UsageInstructions?: UsageInstruction[] | null
[src]

Any additional metadata specifically related to the provisioning of the product. For example, see the Version field of the CloudFormation template.