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

AssociateResourceRequest

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

§Properties

§
GroupIdentifier: string
[src]

Specifies the group. You can specify the group name, the ARN, or the group ID as the GroupIdentifier.

§
ResourceArn: string
[src]

The ARN of the canary that you want to associate with the specified group.