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;
}