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

CreateGroupResult

import type { CreateGroupResult } from "https://aws-api.deno.dev/v0.4/services/xray.ts?docs=full";
interface CreateGroupResult {
Group?: Group | null;
}

§Properties

§
Group?: Group | null
[src]

The group that was created. Contains the name of the group that was created, the Amazon Resource Name (ARN) of the group that was generated based on the group name, the filter expression, and the insight configuration that was assigned to the group.