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-gyr5wj9zj0fg.deno.dev/v0.2/services/rds.ts";
interface EC2SecurityGroup {
EC2SecurityGroupId?: string | null;
EC2SecurityGroupName?: string | null;
EC2SecurityGroupOwnerId?: string | null;
Status?: string | null;
}

§Properties

§
EC2SecurityGroupId?: string | null
[src]
§
EC2SecurityGroupName?: string | null
[src]
§
EC2SecurityGroupOwnerId?: string | null
[src]
§
Status?: string | null
[src]