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

AwsSecurityGroup

import type { AwsSecurityGroup } from "https://googleapis.deno.dev/v1/vmmigration:v1.ts";

AwsSecurityGroup describes a security group of an AWS VM.

interface AwsSecurityGroup {
id?: string;
name?: string;
}

§Properties

§
id?: string
[src]

The AWS security group id.

§
name?: string
[src]

The AWS security group name.