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

SecurityGroupRuleRequest

import type { SecurityGroupRuleRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/ec2.ts";
interface SecurityGroupRuleRequest {
CidrIpv4?: string | null;
CidrIpv6?: string | null;
Description?: string | null;
FromPort?: number | null;
IpProtocol?: string | null;
PrefixListId?: string | null;
ReferencedGroupId?: string | null;
ToPort?: number | null;
}

§Properties

§
CidrIpv4?: string | null
[src]
§
CidrIpv6?: string | null
[src]
§
Description?: string | null
[src]
§
FromPort?: number | null
[src]
§
IpProtocol?: string | null
[src]
§
PrefixListId?: string | null
[src]
§
ReferencedGroupId?: string | null
[src]
§
ToPort?: number | null
[src]