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

EC2SecurityGroup

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

This data type is used as a response element in the following actions:

  • AuthorizeDBSecurityGroupIngress
    
  • DescribeDBSecurityGroups
    
  • RevokeDBSecurityGroupIngress
    
interface EC2SecurityGroup {
EC2SecurityGroupId?: string | null;
EC2SecurityGroupName?: string | null;
EC2SecurityGroupOwnerId?: string | null;
Status?: string | null;
}

§Properties

§
EC2SecurityGroupId?: string | null
[src]

Specifies the id of the EC2 security group.

§
EC2SecurityGroupName?: string | null
[src]

Specifies the name of the EC2 security group.

§
EC2SecurityGroupOwnerId?: string | null
[src]

Specifies the Amazon Web Services ID of the owner of the EC2 security group specified in the EC2SecurityGroupName field.

§
Status?: string | null
[src]

Provides the status of the EC2 security group. Status can be "authorizing", "authorized", "revoking", and "revoked".