synthetics_list_associated_groups: Returns a list of the groups that the specified canary is...

View source: R/synthetics_operations.R

synthetics_list_associated_groupsR Documentation

Returns a list of the groups that the specified canary is associated with

Description

Returns a list of the groups that the specified canary is associated with. The canary that you specify must be in the current Region.

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

Usage

synthetics_list_associated_groups(
  NextToken = NULL,
  MaxResults = NULL,
  ResourceArn
)

Arguments

NextToken

A token that indicates that there is more data available. You can use this token in a subsequent operation to retrieve the next set of results.

MaxResults

Specify this parameter to limit how many groups are returned each time you use the list_associated_groups operation. If you omit this parameter, the default of 20 is used.

ResourceArn

[required] The ARN of the canary that you want to view groups for.


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