quicksight_search_groups: Use the SearchGroups operation to search groups in a...

View source: R/quicksight_operations.R

quicksight_search_groupsR Documentation

Use the SearchGroups operation to search groups in a specified Amazon QuickSight namespace using the supplied filters

Description

Use the search_groups operation to search groups in a specified Amazon QuickSight namespace using the supplied filters.

See https://www.paws-r-sdk.com/docs/quicksight_search_groups/ for full documentation.

Usage

quicksight_search_groups(
  AwsAccountId,
  NextToken = NULL,
  MaxResults = NULL,
  Namespace,
  Filters
)

Arguments

AwsAccountId

[required] The ID for the Amazon Web Services account that the group is in. Currently, you use the ID for the Amazon Web Services account that contains your Amazon QuickSight account.

NextToken

A pagination token that can be used in a subsequent request.

MaxResults

The maximum number of results to return from this request.

Namespace

[required] The namespace that you want to search.

Filters

[required] The structure for the search filters that you want to apply to your search.


paws.analytics documentation built on Sept. 11, 2023, 5:06 p.m.