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

ProvisioningArtifact

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

Information about a provisioning artifact. A provisioning artifact is also known as a product version.

interface ProvisioningArtifact {
CreatedTime?: Date | number | null;
Description?: string | null;
Guidance?: ProvisioningArtifactGuidance | null;
Id?: string | null;
Name?: string | null;
}

§Properties

§
CreatedTime?: Date | number | null
[src]

The UTC time stamp of the creation time.

§
Description?: string | null
[src]

The description of the provisioning artifact.

§

Information set by the administrator to provide guidance to end users about which provisioning artifacts to use.

§
Id?: string | null
[src]

The identifier of the provisioning artifact.

§
Name?: string | null
[src]

The name of the provisioning artifact.