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

CreatePortfolioInput

import type { CreatePortfolioInput } from "https://aws-api.deno.dev/v0.4/services/servicecatalog.ts?docs=full";
interface CreatePortfolioInput {
AcceptLanguage?: string | null;
Description?: string | null;
DisplayName: string;
IdempotencyToken: string;
ProviderName: string;
Tags?: Tag[] | null;
}

§Properties

§
AcceptLanguage?: string | null
[src]

The language code.

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

The description of the portfolio.

§
DisplayName: string
[src]

The name to use for display purposes.

§
IdempotencyToken: string
[src]

A unique identifier that you provide to ensure idempotency. If multiple requests differ only by the idempotency token, the same response is returned for each repeated request.

§
ProviderName: string
[src]

The name of the portfolio provider.

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

One or more tags.