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/guardduty.ts?docs=full";

Contains information about the security groups associated with the EC2 instance.

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

§Properties

§
GroupId?: string | null
[src]

The security group ID of the EC2 instance.

§
GroupName?: string | null
[src]

The security group name of the EC2 instance.