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

CreateGroupRequest

import type { CreateGroupRequest } from "https://aws-api.deno.dev/v0.4/services/synthetics.ts?docs=full";
interface CreateGroupRequest {
Name: string;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
Name: string
[src]

The name for the group. It can include any Unicode characters.

The names for all groups in your account, across all Regions, must be unique.

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

A list of key-value pairs to associate with the group. You can associate as many as 50 tags with a group.

Tags can help you organize and categorize your resources. You can also use them to scope user permissions, by granting a user permission to access or change only the resources that have certain tag values.