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

UserIdGroupPair

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

Describes a security group and Amazon Web Services account ID pair.

interface UserIdGroupPair {
Description?: string | null;
GroupId?: string | null;
GroupName?: string | null;
PeeringStatus?: string | null;
UserId?: string | null;
VpcId?: string | null;
VpcPeeringConnectionId?: string | null;
}

§Properties

§
Description?: string | null
[src]

A description for the security group rule that references this user ID group pair.

Constraints: Up to 255 characters in length. Allowed characters are a-z, A-Z, 0-9, spaces, and ._-:/()#,@[]+=;{}!$*

§
GroupId?: string | null
[src]

The ID of the security group.

§
GroupName?: string | null
[src]

The name of the security group. In a request, use this parameter for a security group in EC2-Classic or a default VPC only. For a security group in a nondefault VPC, use the security group ID.

For a referenced security group in another VPC, this value is not returned if the referenced security group is deleted.

§
PeeringStatus?: string | null
[src]

The status of a VPC peering connection, if applicable.

§
UserId?: string | null
[src]

The ID of an Amazon Web Services account.

For a referenced security group in another VPC, the account ID of the referenced security group is returned in the response. If the referenced security group is deleted, this value is not returned.

[EC2-Classic] Required when adding or removing rules that reference a security group in another Amazon Web Services account.

§
VpcId?: string | null
[src]

The ID of the VPC for the referenced security group, if applicable.

§
VpcPeeringConnectionId?: string | null
[src]

The ID of the VPC peering connection, if applicable.