CustomRoutingAcceleratorAttributes
import type { CustomRoutingAcceleratorAttributes } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/globalaccelerator.ts";interface CustomRoutingAcceleratorAttributes {
FlowLogsEnabled?: boolean | null;
FlowLogsS3Bucket?: string | null;
FlowLogsS3Prefix?: string | null;
}