xray_update_group: Updates a group resource

View source: R/xray_operations.R

xray_update_groupR 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.

  • The InsightsEnabled boolean can be set to true to enable insights for the group or false to disable insights for the group.

  • The NotificationsEnabled boolean can be set to true to enable insights notifications for the group. Notifications can only be enabled on a group with InsightsEnabled set to true.


paws.developer.tools documentation built on Sept. 12, 2024, 6:46 a.m.