Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

UpdateGroupRequest

import type { UpdateGroupRequest } from "https://aws-api.deno.dev/v0.4/services/xray.ts?docs=full";
interface UpdateGroupRequest {
FilterExpression?: string | null;
GroupARN?: string | null;
GroupName?: string | null;
InsightsConfiguration?: InsightsConfiguration | null;
}

§Properties

§
FilterExpression?: string | null
[src]

The updated filter expression defining criteria by which to group traces.

§
GroupARN?: string | null
[src]

The ARN that was generated upon creation.

§
GroupName?: string | null
[src]

The case-sensitive name of the group.

§
InsightsConfiguration?: InsightsConfiguration | null
[src]

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.