Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

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

§Properties

§
FailureToleranceCount?: number | null
[src]
§
FailureTolerancePercentage?: number | null
[src]
§
MaxConcurrentCount?: number | null
[src]
§
MaxConcurrentPercentage?: number | null
[src]
§
RegionConcurrencyType?: RegionConcurrencyType | null
[src]
§
RegionOrder: string[]
[src]