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

GetGroupQueryOutput

import type { GetGroupQueryOutput } from "https://aws-api.deno.dev/v0.3/services/resourcegroups.ts?docs=full";
interface GetGroupQueryOutput {
GroupQuery?: GroupQuery | null;
}

§Properties

§
GroupQuery?: GroupQuery | null
[src]

The resource query associated with the specified group. For more information about resource queries, see Create a tag-based group in Resource Groups.