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.deno.dev/v0.3/services/quicksight.ts?docs=full";
interface CreateIAMPolicyAssignmentRequest {
AssignmentName: string;
AssignmentStatus: AssignmentStatus;
AwsAccountId: string;
Identities?: {
[key: string]: string[] | null | undefined;
}
| null;
Namespace: string;
PolicyArn?: string | null;
}

§Properties

§
AssignmentName: string
[src]

The name of the assignment, also called a rule. It must be unique within an Amazon Web Services account.

§
AssignmentStatus: AssignmentStatus
[src]

The status of the assignment. Possible values are as follows:

  • ENABLED - Anything specified in this assignment is used when creating the data source.
  • DISABLED - This assignment isn't used when creating the data source.
  • DRAFT - This assignment is an unfinished draft and isn't used when creating the data source.
§
AwsAccountId: string
[src]

The ID of the Amazon Web Services account where you want to assign an IAM policy to Amazon QuickSight users or groups.

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

The Amazon QuickSight users, groups, or both that you want to assign the policy to.

§
Namespace: string
[src]

The namespace that contains the assignment.

§
PolicyArn?: string | null
[src]

The ARN for the IAM policy to apply to the Amazon QuickSight users and groups specified in this assignment.