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

ProvisioningArtifactDetail

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

Information about a provisioning artifact (also known as a version) for a product.

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

§Properties

§
Active?: boolean | null
[src]

Indicates whether the product version is active.

§
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.

§

The type of provisioning artifact.

  • CLOUD_FORMATION_TEMPLATE - AWS CloudFormation template
  • MARKETPLACE_AMI - AWS Marketplace AMI
  • MARKETPLACE_CAR - AWS Marketplace Clusters and AWS Resources