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

SourceSecurityGroup

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

Information about a source security group.

interface SourceSecurityGroup {
GroupName?: string | null;
OwnerAlias?: string | null;
}

§Properties

§
GroupName?: string | null
[src]

The name of the security group.

§
OwnerAlias?: string | null
[src]

The owner of the security group.