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

PutGroupConfigurationInput

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

§Properties

§
Configuration?: GroupConfigurationItem[] | null
[src]

The new configuration to associate with the specified group. A configuration associates the resource group with an AWS service and specifies how the service can interact with the resources in the group. A configuration is an array of "GroupConfigurationItem" elements.

For information about the syntax of a service configuration, see Service configurations for resource groups.

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

§
Group?: string | null
[src]

The name or ARN of the resource group with the configuration that you want to update.