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

ProvisioningArtifactPreferences

import type { ProvisioningArtifactPreferences } from "https://aws-api.deno.dev/v0.4/services/servicecatalog.ts?docs=full";

The user-defined preferences that will be applied during product provisioning, unless overridden by ProvisioningPreferences or UpdateProvisioningPreferences.

For more information on maximum concurrent accounts and failure tolerance, see Stack set operation options in the CloudFormation User Guide.

interface ProvisioningArtifactPreferences {
StackSetAccounts?: string[] | null;
StackSetRegions?: string[] | null;
}

§Properties

§
StackSetAccounts?: string[] | null
[src]

One or more Amazon Web Services accounts where stack instances are deployed from the stack set. These accounts can be scoped in ProvisioningPreferences$StackSetAccounts and UpdateProvisioningPreferences$StackSetAccounts.

Applicable only to a CFN_STACKSET provisioned product type.

§
StackSetRegions?: string[] | null
[src]

One or more Amazon Web Services Regions where stack instances are deployed from the stack set. These Regions can be scoped in ProvisioningPreferences$StackSetRegions and UpdateProvisioningPreferences$StackSetRegions.

Applicable only to a CFN_STACKSET provisioned product type.