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

SecurityGroup

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

Contains information about a security group associated with a network interface. This data type is used as one of the elements of the "NetworkInterface" data type.

interface SecurityGroup {
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.