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

DeleteGroupInput

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

§Properties

§
Group?: string | null
[src]

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

§
GroupName?: string | null
[src]

Deprecated - don't use this parameter. Use Group instead.