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

CreateIAMPolicyAssignmentRequest

import type { CreateIAMPolicyAssignmentRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/quicksight.ts";
interface CreateIAMPolicyAssignmentRequest {
AssignmentName: string;
AssignmentStatus: AssignmentStatus;
AwsAccountId: string;
Identities?: {
[key: string]: string[] | null | undefined;
}
| null;
Namespace: string;
PolicyArn?: string | null;
}

§Properties

§
AssignmentName: string
[src]
§
AssignmentStatus: AssignmentStatus
[src]
§
AwsAccountId: string
[src]
§
Identities?: {
[key: string]: string[] | null | undefined;
}
| null
[src]
§
Namespace: string
[src]
§
PolicyArn?: string | null
[src]