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

GroupResourcesInput

import type { GroupResourcesInput } from "https://aws-api.deno.dev/v0.3/services/resourcegroups.ts?docs=full";
interface GroupResourcesInput {
Group: string;
ResourceArns: string[];
}

§Properties

§
Group: string
[src]

The name or the ARN of the resource group to add resources to.

§
ResourceArns: string[]
[src]

The list of ARNs for resources to be added to the group.