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

AssociatePrincipalWithPortfolioInput

import type { AssociatePrincipalWithPortfolioInput } from "https://aws-api.deno.dev/v0.3/services/servicecatalog.ts?docs=full";
interface AssociatePrincipalWithPortfolioInput {
AcceptLanguage?: string | null;
PortfolioId: string;
PrincipalARN: string;
PrincipalType: PrincipalType;
}

§Properties

§
AcceptLanguage?: string | null
[src]

The language code.

  • en - English (default)
  • jp - Japanese
  • zh - Chinese
§
PortfolioId: string
[src]

The portfolio identifier.

§
PrincipalARN: string
[src]

The ARN of the principal (IAM user, role, or group).

§
PrincipalType: PrincipalType
[src]

The principal type. The supported value is IAM.