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

AwsIamAccessKeySessionContextSessionIssuer

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

Information about the entity that created the session.

interface AwsIamAccessKeySessionContextSessionIssuer {
AccountId?: string | null;
Arn?: string | null;
PrincipalId?: string | null;
Type?: string | null;
UserName?: string | null;
}

§Properties

§
AccountId?: string | null
[src]

The identifier of the Amazon Web Services account that created the session.

§
Arn?: string | null
[src]

The ARN of the session.

§
PrincipalId?: string | null
[src]

The principal ID of the principal (user, role, or group) that created the session.

§
Type?: string | null
[src]

The type of principal (user, role, or group) that created the session.

§
UserName?: string | null
[src]

The name of the principal that created the session.