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

ProvisionProductInput

import type { ProvisionProductInput } from "https://aws-api.deno.dev/v0.4/services/servicecatalog.ts?docs=full";
interface ProvisionProductInput {
AcceptLanguage?: string | null;
NotificationArns?: string[] | null;
PathId?: string | null;
PathName?: string | null;
ProductId?: string | null;
ProductName?: string | null;
ProvisionedProductName: string;
ProvisioningArtifactId?: string | null;
ProvisioningArtifactName?: string | null;
ProvisioningParameters?: ProvisioningParameter[] | null;
ProvisioningPreferences?: ProvisioningPreferences | null;
ProvisionToken: string;
Tags?: Tag[] | null;
}

§Properties

§
AcceptLanguage?: string | null
[src]

The language code.

  • en - English (default)
  • jp - Japanese
  • zh - Chinese
§
NotificationArns?: string[] | null
[src]

Passed to CloudFormation. The SNS topic ARNs to which to publish stack-related events.

§
PathId?: string | null
[src]

The path identifier of the product. This value is optional if the product has a default path, and required if the product has more than one path. To list the paths for a product, use "ListLaunchPaths". You must provide the name or ID, but not both.

§
PathName?: string | null
[src]

The name of the path. You must provide the name or ID, but not both.

§
ProductId?: string | null
[src]

The product identifier. You must provide the name or ID, but not both.

§
ProductName?: string | null
[src]

The name of the product. You must provide the name or ID, but not both.

§
ProvisionedProductName: string
[src]

A user-friendly name for the provisioned product. This value must be unique for the Amazon Web Services account and cannot be updated after the product is provisioned.

§
ProvisioningArtifactId?: string | null
[src]

The identifier of the provisioning artifact. You must provide the name or ID, but not both.

§
ProvisioningArtifactName?: string | null
[src]

The name of the provisioning artifact. You must provide the name or ID, but not both.

§
ProvisioningParameters?: ProvisioningParameter[] | null
[src]

Parameters specified by the administrator that are required for provisioning the product.

§
ProvisioningPreferences?: ProvisioningPreferences | null
[src]

An object that contains information about the provisioning preferences for a stack set.

§
ProvisionToken: string
[src]

An idempotency token that uniquely identifies the provisioning request.

§
Tags?: Tag[] | null
[src]

One or more tags.