Learn R Programming

paws.analytics (version 0.1.7)

quicksight_delete_iam_policy_assignment: Deletes an existing IAM policy assignment

Description

Deletes an existing IAM policy assignment.

Usage

quicksight_delete_iam_policy_assignment(AwsAccountId, AssignmentName,
  Namespace)

Arguments

AwsAccountId

[required] The AWS account ID where you want to delete the IAM policy assignment.

AssignmentName

[required] The name of the assignment.

Namespace

[required] The namespace that contains the assignment.

Request syntax

svc$delete_iam_policy_assignment(
  AwsAccountId = "string",
  AssignmentName = "string",
  Namespace = "string"
)