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

IAMPolicyAssignment

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

An Identity and Access Management (IAM) policy assignment.

interface IAMPolicyAssignment {
AssignmentId?: string | null;
AssignmentName?: string | null;
AssignmentStatus?: AssignmentStatus | null;
AwsAccountId?: string | null;
Identities?: {
[key: string]: string[] | null | undefined;
}
| null;
PolicyArn?: string | null;
}

§Properties

§
AssignmentId?: string | null
[src]

Assignment ID.

§
AssignmentName?: string | null
[src]

Assignment name.

§
AssignmentStatus?: AssignmentStatus | null
[src]

Assignment status.

§
AwsAccountId?: string | null
[src]

The Amazon Web Services account ID.

§
Identities?: {
[key: string]: string[] | null | undefined;
}
| null
[src]

Identities.

§
PolicyArn?: string | null
[src]

The Amazon Resource Name (ARN) for the IAM policy.