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

UpdateIAMPolicyAssignmentRequest

import type { UpdateIAMPolicyAssignmentRequest } from "https://aws-api.deno.dev/v0.3/services/quicksight.ts?docs=full";
interface UpdateIAMPolicyAssignmentRequest {
AssignmentName: string;
AssignmentStatus?: AssignmentStatus | null;
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. This name must be unique within an Amazon Web Services account.

§
AssignmentStatus?: AssignmentStatus | null
[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 that contains the IAM policy assignment.

§
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 of 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.