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

Principal

import type { Principal } from "https://aws-api.deno.dev/v0.3/services/servicecatalog.ts?docs=full";

Information about a principal.

interface Principal {
PrincipalARN?: string | null;
PrincipalType?: PrincipalType | null;
}

§Properties

§
PrincipalARN?: string | null
[src]

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

§
PrincipalType?: PrincipalType | null
[src]

The principal type. The supported value is IAM.