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

PrincipalType

import type { PrincipalType } from "https://aws-api.deno.dev/v0.4/services/es.ts?docs=full";

Specifies the type of AWS account permitted to manage VPC endpoints.:

  • AWS_ACCOUNT: Indicates that the account is owned by an AWS user.
  • AWS_SERVICE: Indicates the the account is owned by an AWS service.
type PrincipalType = "AWS_ACCOUNT" | "AWS_SERVICE" | cmnP.UnexpectedEnumValue;

§Type

§
"AWS_ACCOUNT" | "AWS_SERVICE" | cmnP.UnexpectedEnumValue
[src]