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

ProvisioningPreferences

import type { ProvisioningPreferences } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/servicecatalog.ts";
interface ProvisioningPreferences {
StackSetAccounts?: string[] | null;
StackSetFailureToleranceCount?: number | null;
StackSetFailureTolerancePercentage?: number | null;
StackSetMaxConcurrencyCount?: number | null;
StackSetMaxConcurrencyPercentage?: number | null;
StackSetRegions?: string[] | null;
}

§Properties

§
StackSetAccounts?: string[] | null
[src]
§
StackSetFailureToleranceCount?: number | null
[src]
§
StackSetFailureTolerancePercentage?: number | null
[src]
§
StackSetMaxConcurrencyCount?: number | null
[src]
§
StackSetMaxConcurrencyPercentage?: number | null
[src]
§
StackSetRegions?: string[] | null
[src]