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

SecurityGroupRuleDescription

import type { SecurityGroupRuleDescription } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/fms.ts";
interface SecurityGroupRuleDescription {
FromPort?: number | null;
IPV4Range?: string | null;
IPV6Range?: string | null;
PrefixListId?: string | null;
Protocol?: string | null;
ToPort?: number | null;
}

§Properties

§
FromPort?: number | null
[src]
§
IPV4Range?: string | null
[src]
§
IPV6Range?: string | null
[src]
§
PrefixListId?: string | null
[src]
§
Protocol?: string | null
[src]
§
ToPort?: number | null
[src]