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

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#stack_set_accountsArray<String>

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.

Returns:

  • (Array<String>)


5119
5120
5121
5122
5123
5124
# File 'lib/aws-sdk-servicecatalog/types.rb', line 5119

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

#stack_set_regionsArray<String>

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.

Returns:

  • (Array<String>)


5119
5120
5121
5122
5123
5124
# File 'lib/aws-sdk-servicecatalog/types.rb', line 5119

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