Learn R Programming

paws.analytics (version 0.1.6)

quicksight_describe_iam_policy_assignment: Describes an existing IAM policy assignment, as specified by the assignment name

Description

Describes an existing IAM policy assignment, as specified by the assignment name.

Usage

quicksight_describe_iam_policy_assignment(AwsAccountId, AssignmentName,
  Namespace)

Arguments

AwsAccountId

[required] The ID of the AWS account that contains the assignment that you want to describe.

AssignmentName

[required] The name of the assignment.

Namespace

[required] The namespace that contains the assignment.

Request syntax

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