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

Group

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

This structure contains information about one group.

interface Group {
Arn?: string | null;
CreatedTime?: Date | number | null;
Id?: string | null;
LastModifiedTime?: Date | number | null;
Name?: string | null;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
Arn?: string | null
[src]

The ARN of the group.

§
CreatedTime?: Date | number | null
[src]

The date and time that the group was created.

§
Id?: string | null
[src]

The unique ID of the group.

§
LastModifiedTime?: Date | number | null
[src]

The date and time that the group was most recently updated.

§
Name?: string | null
[src]

The name of the group.

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

The list of key-value pairs that are associated with the canary.