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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-servicecatalog/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.

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


5165
5166
5167
5168
5169
5170
# File 'gems/aws-sdk-servicecatalog/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_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>)


5165
5166
5167
5168
5169
5170
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 5165

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