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

GroupIdentifier

import type { GroupIdentifier } from "https://aws-api.deno.dev/v0.3/services/ec2.ts?docs=full";

Describes a security group.

interface GroupIdentifier {
GroupId?: string | null;
GroupName?: string | null;
}

§Properties

§
GroupId?: string | null
[src]

The ID of the security group.

§
GroupName?: string | null
[src]

The name of the security group.