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

AwsEc2NetworkInterfaceSecurityGroup

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

A security group associated with the network interface.

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