View source: R/xray_operations.R
xray_update_group | R Documentation |
Updates a group resource.
See https://www.paws-r-sdk.com/docs/xray_update_group/ for full documentation.
xray_update_group(
GroupName = NULL,
GroupARN = NULL,
FilterExpression = NULL,
InsightsConfiguration = NULL
)
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.
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.