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

CreateProjectInput

import type { CreateProjectInput } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";
interface CreateProjectInput {
ProjectDescription?: string | null;
ProjectName: string;
ServiceCatalogProvisioningDetails: ServiceCatalogProvisioningDetails;
Tags?: Tag[] | null;
}

§Properties

§
ProjectDescription?: string | null
[src]

A description for the project.

§
ProjectName: string
[src]

The name of the project.

§
ServiceCatalogProvisioningDetails: ServiceCatalogProvisioningDetails
[src]

The product ID and provisioning artifact ID to provision a service catalog. The provisioning artifact ID will default to the latest provisioning artifact ID of the product, if you don't provide the provisioning artifact ID. For more information, see What is Amazon Web Services Service Catalog.

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

An array of key-value pairs that you want to use to organize and track your Amazon Web Services resource costs. For more information, see Tagging Amazon Web Services resources in the Amazon Web Services General Reference Guide.