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

GetGroupConfigurationOutput

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

§Properties

§
GroupConfiguration?: GroupConfiguration | null
[src]

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