Skip to content

Describe Topic Permissions

quicksight_describe_topic_permissions R Documentation

Describes the permissions of a topic

Description

Describes the permissions of a topic.

Usage

quicksight_describe_topic_permissions(AwsAccountId, TopicId)

Arguments

AwsAccountId

[required] The ID of the Amazon Web Services account that contains the topic that you want described.

TopicId

[required] The ID of the topic that you want to describe. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.

Value

A list with the following syntax:

list(
  TopicId = "string",
  TopicArn = "string",
  Permissions = list(
    list(
      Principal = "string",
      Actions = list(
        "string"
      )
    )
  ),
  Status = 123,
  RequestId = "string"
)

Request syntax

svc$describe_topic_permissions(
  AwsAccountId = "string",
  TopicId = "string"
)