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

UpdateIAMPolicyAssignmentResponse

import type { UpdateIAMPolicyAssignmentResponse } from "https://aws-api.deno.dev/v0.3/services/quicksight.ts?docs=full";
interface UpdateIAMPolicyAssignmentResponse {
AssignmentId?: string | null;
AssignmentName?: string | null;
AssignmentStatus?: AssignmentStatus | null;
Identities?: {
[key: string]: string[] | null | undefined;
}
| null;
PolicyArn?: string | null;
RequestId?: string | null;
Status?: number | null;
}

§Properties

§
AssignmentId?: string | null
[src]

The ID of the assignment.

§
AssignmentName?: string | null
[src]

The name of the assignment or rule.

§
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.
§
Identities?: {
[key: string]: string[] | null | undefined;
}
| null
[src]

The Amazon QuickSight users, groups, or both that the IAM policy is assigned to.

§
PolicyArn?: string | null
[src]

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

§
RequestId?: string | null
[src]

The Amazon Web Services request ID for this operation.

§
Status?: number | null
[src]

The HTTP status of the request.