prometheusservice_list_rule_groups_namespaces: Lists rule groups namespaces

View source: R/prometheusservice_operations.R

prometheusservice_list_rule_groups_namespacesR Documentation

Lists rule groups namespaces

Description

Lists rule groups namespaces.

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

Usage

prometheusservice_list_rule_groups_namespaces(
  workspaceId,
  name = NULL,
  nextToken = NULL,
  maxResults = NULL
)

Arguments

workspaceId

[required] The ID of the workspace.

name

Optional filter for rule groups namespace name. Only the rule groups namespace that begin with this value will be returned.

nextToken

Pagination token to request the next page in a paginated list. This token is obtained from the output of the previous ListRuleGroupsNamespaces request.

maxResults

Maximum results to return in response (default=100, maximum=1000).


paws.management documentation built on Sept. 12, 2023, 1:06 a.m.