AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

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

Note:

For .NET Core this operation is only available in asynchronous form. Please refer to ListGroupResourcesAsync.

Namespace: Amazon.Synthetics
Assembly: AWSSDK.Synthetics.dll
Version: 3.x.y.z

Syntax

C#
public virtual ListGroupResourcesResponse ListGroupResources(
         ListGroupResourcesRequest request
)

Parameters

request
Type: Amazon.Synthetics.Model.ListGroupResourcesRequest

Container for the necessary parameters to execute the ListGroupResources service method.

Return Value


The response from the ListGroupResources service method, as returned by Synthetics.

Exceptions

ExceptionCondition
ConflictException A conflicting operation is already in progress.
InternalServerException An unknown internal error occurred.
ResourceNotFoundException One of the specified resources was not found.
ValidationException A parameter could not be validated.

Version Information

.NET Framework:
Supported in: 4.5 and newer, 3.5

See Also