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

ProvisioningArtifactProperties

import type { ProvisioningArtifactProperties } 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 ProvisioningArtifactProperties {
Description?: string | null;
DisableTemplateValidation?: boolean | null;
Info: {
[key: string]: string | null | undefined;
}
;
Name?: string | null;
}

§Properties

§
Description?: string | null
[src]

The description of the provisioning artifact, including how it differs from the previous provisioning artifact.

§
DisableTemplateValidation?: boolean | null
[src]

If set to true, AWS Service Catalog stops validating the specified provisioning artifact even if it is invalid.

§
Info: {
[key: string]: string | null | undefined;
}
[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. Specify the URL in JSON format as follows:

"LoadTemplateFromURL": "https://s3.amazonaws.com/cf-templates-ozkq9d3hgiq2-us-east-1/..."

ImportFromPhysicalId: The physical id of the resource that contains the template. Currently only supports CloudFormation stack arn. Specify the physical id in JSON format as follows: ImportFromPhysicalId: “arn:aws:cloudformation:[us-east-1]:[accountId]:stack/[StackName]/[resourceId]

§
Name?: string | null
[src]

The name of the provisioning artifact (for example, v1 v2beta). No spaces are allowed.

§

The type of provisioning artifact.

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