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.4/services/ram.ts?docs=full";

Describes a principal for use with Resource Access Manager.

interface Principal {
creationTime?: Date | number | null;
external?: boolean | null;
id?: string | null;
lastUpdatedTime?: Date | number | null;
resourceShareArn?: string | null;
}

§Properties

§
creationTime?: Date | number | null
[src]

The date and time when the principal was associated with the resource share.

§
external?: boolean | null
[src]

Indicates whether the principal belongs to the same organization in Organizations as the Amazon Web Services account that owns the resource share.

§
id?: string | null
[src]

The ID of the principal.

§
lastUpdatedTime?: Date | number | null
[src]

The date and time when the association was last updated.

§
resourceShareArn?: string | null
[src]

The Amazon Resoure Name (ARN) of a resource share the principal is associated with.