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

CreatePortfolioShareInput

import type { CreatePortfolioShareInput } from "https://aws-api.deno.dev/v0.3/services/servicecatalog.ts?docs=full";
interface CreatePortfolioShareInput {
AcceptLanguage?: string | null;
AccountId?: string | null;
OrganizationNode?: OrganizationNode | null;
PortfolioId: string;
ShareTagOptions?: boolean | null;
}

§Properties

§
AcceptLanguage?: string | null
[src]

The language code.

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

The AWS account ID. For example, 123456789012.

§
OrganizationNode?: OrganizationNode | null
[src]

The organization node to whom you are going to share. If OrganizationNode is passed in, PortfolioShare will be created for the node an ListOrganizationPortfolioAccessd its children (when applies), and a PortfolioShareToken will be returned in the output in order for the administrator to monitor the status of the PortfolioShare creation process.

§
PortfolioId: string
[src]

The portfolio identifier.

§
ShareTagOptions?: boolean | null
[src]

Enables or disables TagOptions sharing when creating the portfolio share. If this flag is not provided, TagOptions sharing is disabled.