ProtectionGroup
import type { ProtectionGroup } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/shield.ts";interface ProtectionGroup {
Aggregation: ProtectionGroupAggregation;
Members: string[];
Pattern: ProtectionGroupPattern;
ProtectionGroupArn?: string | null;
ProtectionGroupId: string;
ResourceType?: ProtectedResourceType | null;
}