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

AuthorizedPrincipal

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

Information about an account or service that has access to an Amazon OpenSearch Service domain through the use of an interface VPC endpoint.

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

§Properties

§
Principal?: string | null
[src]

The IAM principal that is allowed access to the domain.

§
PrincipalType?: PrincipalType | null
[src]

The type of principal.