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

AssumedRole

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

Provides information about an identity that performed an action on an affected resource by using temporary security credentials. The credentials were obtained using the AssumeRole operation of the Security Token Service (STS) API.

interface AssumedRole {
accessKeyId?: string | null;
accountId?: string | null;
arn?: string | null;
principalId?: string | null;
sessionContext?: SessionContext | null;
}

§Properties

§
accessKeyId?: string | null
[src]

The Amazon Web Services access key ID that identifies the credentials.

§
accountId?: string | null
[src]

The unique identifier for the Amazon Web Services account that owns the entity that was used to get the credentials.

§
arn?: string | null
[src]

The Amazon Resource Name (ARN) of the entity that was used to get the credentials.

§
principalId?: string | null
[src]

The unique identifier for the entity that was used to get the credentials.

§
sessionContext?: SessionContext | null
[src]

The details of the session that was created for the credentials, including the entity that issued the session.