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

CreateGroupOutput

import type { CreateGroupOutput } from "https://aws-api.deno.dev/v0.3/services/resourcegroups.ts?docs=full";
interface CreateGroupOutput {
Group?: Group | null;
GroupConfiguration?: GroupConfiguration | null;
ResourceQuery?: ResourceQuery | null;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
Group?: Group | null
[src]

The description of the resource group.

§
GroupConfiguration?: GroupConfiguration | null
[src]

The service configuration associated with the resource group. For details about the syntax of a service configuration, see Service configurations for resource groups.

§
ResourceQuery?: ResourceQuery | null
[src]

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

§
Tags?: {
[key: string]: string | null | undefined;
}
| null
[src]

The tags associated with the group.