synthetics_list_group_resources: This operation returns a list of the ARNs of the canaries...

View source: R/synthetics_operations.R

synthetics_list_group_resourcesR Documentation

This operation returns a list of the ARNs of the canaries that are associated with the specified group

Description

This operation returns a list of the ARNs of the canaries that are associated with the specified group.

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

Usage

synthetics_list_group_resources(
  NextToken = NULL,
  MaxResults = NULL,
  GroupIdentifier
)

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 canary ARNs are returned each time you use the list_group_resources operation. If you omit this parameter, the default of 20 is used.

GroupIdentifier

[required] Specifies the group to return information for. You can specify the group name, the ARN, or the group ID as the GroupIdentifier.


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