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

GetGroupRequest

import type { GetGroupRequest } from "https://aws-api.deno.dev/v0.4/services/synthetics.ts?docs=full";
interface GetGroupRequest {
GroupIdentifier: string;
}

§Properties

§
GroupIdentifier: string
[src]

Specifies the group to return information for. You can specify the group name, the ARN, or the group ID as the GroupIdentifier.