xray_update_group {paws.developer.tools} | R Documentation |
Updates a group resource
Description
Updates a group resource.
See https://www.paws-r-sdk.com/docs/xray_update_group/ for full documentation.
Usage
xray_update_group(
GroupName = NULL,
GroupARN = NULL,
FilterExpression = NULL,
InsightsConfiguration = NULL
)
Arguments
GroupName |
The case-sensitive name of the group. |
GroupARN |
The ARN that was generated upon creation. |
FilterExpression |
The updated filter expression defining criteria by which to group traces. |
InsightsConfiguration |
The structure containing configurations related to insights.
|
[Package paws.developer.tools version 0.9.0 Index]