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

CreateProvisioningArtifactOutput

import type { CreateProvisioningArtifactOutput } from "https://aws-api.deno.dev/v0.3/services/servicecatalog.ts?docs=full";
interface CreateProvisioningArtifactOutput {
Info?: {
[key: string]: string | null | undefined;
}
| null;
ProvisioningArtifactDetail?: ProvisioningArtifactDetail | null;
Status?: Status | null;
}

§Properties

§
Info?: {
[key: string]: string | null | undefined;
}
| null
[src]

Specify the template source with one of the following options, but not both. Keys accepted: [ LoadTemplateFromURL, ImportFromPhysicalId ].

The URL of the CloudFormation template in Amazon S3, in JSON format.

LoadTemplateFromURL

Use the URL of the CloudFormation template in Amazon S3 in JSON format.

ImportFromPhysicalId

Use the physical id of the resource that contains the template; currently supports CloudFormation stack ARN.

§
ProvisioningArtifactDetail?: ProvisioningArtifactDetail | null
[src]

Information about the provisioning artifact.

§
Status?: Status | null
[src]

The status of the current request.