StackSetOperationPreferences
import type { StackSetOperationPreferences } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/cloudformation.ts";interface StackSetOperationPreferences {
FailureToleranceCount?: number | null;
FailureTolerancePercentage?: number | null;
MaxConcurrentCount?: number | null;
MaxConcurrentPercentage?: number | null;
RegionConcurrencyType?: RegionConcurrencyType | null;
RegionOrder: string[];
}