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

ServiceCatalogProvisioningDetails

import type { ServiceCatalogProvisioningDetails } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";

Details that you specify to provision a service catalog product. For information about service catalog, see What is Amazon Web Services Service Catalog.

interface ServiceCatalogProvisioningDetails {
PathId?: string | null;
ProductId: string;
ProvisioningArtifactId?: string | null;
ProvisioningParameters?: ProvisioningParameter[] | null;
}

§Properties

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

§
ProductId: string
[src]

The ID of the product to provision.

§
ProvisioningArtifactId?: string | null
[src]

The ID of the provisioning artifact.

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

A list of key value pairs that you specify when you provision a product.