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

AwsEc2NetworkAclEntry

import type { AwsEc2NetworkAclEntry } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/securityhub.ts";
interface AwsEc2NetworkAclEntry {
CidrBlock?: string | null;
Egress?: boolean | null;
IcmpTypeCode?: IcmpTypeCode | null;
Ipv6CidrBlock?: string | null;
PortRange?: PortRangeFromTo | null;
Protocol?: string | null;
RuleAction?: string | null;
RuleNumber?: number | null;
}

§Properties

§
CidrBlock?: string | null
[src]
§
Egress?: boolean | null
[src]
§
IcmpTypeCode?: IcmpTypeCode | null
[src]
§
Ipv6CidrBlock?: string | null
[src]
§
PortRange?: PortRangeFromTo | null
[src]
§
Protocol?: string | null
[src]
§
RuleAction?: string | null
[src]
§
RuleNumber?: number | null
[src]