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