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

ReferencedSecurityGroup

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

Describes the security group that is referenced in the security group rule.

interface ReferencedSecurityGroup {
GroupId?: string | null;
PeeringStatus?: string | null;
UserId?: string | null;
VpcId?: string | null;
VpcPeeringConnectionId?: string | null;
}

§Properties

§
GroupId?: string | null
[src]

The ID of the security group.

§
PeeringStatus?: string | null
[src]

The status of a VPC peering connection, if applicable.

§
UserId?: string | null
[src]

The Amazon Web Services account ID.

§
VpcId?: string | null
[src]

The ID of the VPC.

§
VpcPeeringConnectionId?: string | null
[src]

The ID of the VPC peering connection.