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

ProvisioningParameter

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

A key value pair used when you provision a project as a service catalog product. For information, see What is Amazon Web Services Service Catalog.

interface ProvisioningParameter {
Key?: string | null;
Value?: string | null;
}

§Properties

§
Key?: string | null
[src]

The key that identifies a provisioning parameter.

§
Value?: string | null
[src]

The value of the provisioning parameter.