Class: Aws::ServiceCatalog::Types::ProvisioningArtifactPreferences
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceCatalog::Types::ProvisioningArtifactPreferences
- 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
-
#stack_set_accounts ⇒ Array<String>
One or more Amazon Web Services accounts where stack instances are deployed from the stack set.
-
#stack_set_regions ⇒ Array<String>
One or more Amazon Web Services Regions where stack instances are deployed from the stack set.
Instance Attribute Details
#stack_set_accounts ⇒ Array<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.
5165 5166 5167 5168 5169 5170 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 5165 class ProvisioningArtifactPreferences < Struct.new( :stack_set_accounts, :stack_set_regions) SENSITIVE = [] include Aws::Structure end |
#stack_set_regions ⇒ Array<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.
5165 5166 5167 5168 5169 5170 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 5165 class ProvisioningArtifactPreferences < Struct.new( :stack_set_accounts, :stack_set_regions) SENSITIVE = [] include Aws::Structure end |