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

UpdateGroupQueryInput

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

§Properties

§
Group?: string | null
[src]

The name or the ARN of the resource group to query.

§
GroupName?: string | null
[src]

Don't use this parameter. Use Group instead.

§
ResourceQuery: ResourceQuery
[src]

The resource query to determine which AWS resources are members of this resource group.

Note: A resource group can contain either a Configuration or a ResourceQuery, but not both.