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

AnalysisAclRule

import type { AnalysisAclRule } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/ec2.ts";
interface AnalysisAclRule {
Cidr?: string | null;
Egress?: boolean | null;
PortRange?: PortRange | null;
Protocol?: string | null;
RuleAction?: string | null;
RuleNumber?: number | null;
}

§Properties

§
Cidr?: string | null
[src]
§
Egress?: boolean | null
[src]
§
PortRange?: PortRange | null
[src]
§
Protocol?: string | null
[src]
§
RuleAction?: string | null
[src]
§
RuleNumber?: number | null
[src]