You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ServiceCatalog::Types::ProvisioningArtifactPreferences

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

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 AWS CloudFormation User Guide.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#stack_set_accountsArray<String>

One or more AWS 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.

Returns:

  • (Array<String>)

    One or more AWS accounts where stack instances are deployed from the stack set.

#stack_set_regionsArray<String>

One or more AWS 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.

Returns:

  • (Array<String>)

    One or more AWS Regions where stack instances are deployed from the stack set.