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

IamUser

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

Provides information about an Identity and Access Management (IAM) user who performed an action on an affected resource.

interface IamUser {
accountId?: string | null;
arn?: string | null;
principalId?: string | null;
userName?: string | null;
}

§Properties

§
accountId?: string | null
[src]

The unique identifier for the Amazon Web Services account that's associated with the IAM user who performed the action.

§
arn?: string | null
[src]

The Amazon Resource Name (ARN) of the principal that performed the action. The last section of the ARN contains the name of the user who performed the action.

§
principalId?: string | null
[src]

The unique identifier for the IAM user who performed the action.

§
userName?: string | null
[src]

The user name of the IAM user who performed the action.