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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-servicecatalog/types.rb

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*.

[1]: docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-concepts.html#stackset-ops-options

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>)


4526
4527
4528
4529
4530
# File 'lib/aws-sdk-servicecatalog/types.rb', line 4526

class ProvisioningArtifactPreferences < Struct.new(
  :stack_set_accounts,
  :stack_set_regions)
  include Aws::Structure
end

#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>)


4526
4527
4528
4529
4530
# File 'lib/aws-sdk-servicecatalog/types.rb', line 4526

class ProvisioningArtifactPreferences < Struct.new(
  :stack_set_accounts,
  :stack_set_regions)
  include Aws::Structure
end