Class: Aws::ServiceCatalog::Types::UpdateProvisioningPreferences

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 when updating a provisioned product. Not all preferences are applicable to all provisioned product types.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#stack_set_accountsArray<String>

One or more Amazon Web Services accounts that will have access to the provisioned product.

Applicable only to a CFN_STACKSET provisioned product type.

The Amazon Web Services accounts specified should be within the list of accounts in the STACKSET constraint. To get the list of accounts in the STACKSET constraint, use the DescribeProvisioningParameters operation.

If no values are specified, the default value is all accounts from the STACKSET constraint.

Returns:

  • (Array<String>)


7254
7255
7256
7257
7258
7259
7260
7261
7262
7263
7264
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 7254

class UpdateProvisioningPreferences < Struct.new(
  :stack_set_accounts,
  :stack_set_regions,
  :stack_set_failure_tolerance_count,
  :stack_set_failure_tolerance_percentage,
  :stack_set_max_concurrency_count,
  :stack_set_max_concurrency_percentage,
  :stack_set_operation_type)
  SENSITIVE = []
  include Aws::Structure
end

#stack_set_failure_tolerance_countInteger

The number of accounts, per Region, for which this operation can fail before Service Catalog stops the operation in that Region. If the operation is stopped in a Region, Service Catalog doesn't attempt the operation in any subsequent Regions.

Applicable only to a CFN_STACKSET provisioned product type.

Conditional: You must specify either StackSetFailureToleranceCount or StackSetFailureTolerancePercentage, but not both.

The default value is 0 if no value is specified.

Returns:

  • (Integer)


7254
7255
7256
7257
7258
7259
7260
7261
7262
7263
7264
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 7254

class UpdateProvisioningPreferences < Struct.new(
  :stack_set_accounts,
  :stack_set_regions,
  :stack_set_failure_tolerance_count,
  :stack_set_failure_tolerance_percentage,
  :stack_set_max_concurrency_count,
  :stack_set_max_concurrency_percentage,
  :stack_set_operation_type)
  SENSITIVE = []
  include Aws::Structure
end

#stack_set_failure_tolerance_percentageInteger

The percentage of accounts, per Region, for which this stack operation can fail before Service Catalog stops the operation in that Region. If the operation is stopped in a Region, Service Catalog doesn't attempt the operation in any subsequent Regions.

When calculating the number of accounts based on the specified percentage, Service Catalog rounds down to the next whole number.

Applicable only to a CFN_STACKSET provisioned product type.

Conditional: You must specify either StackSetFailureToleranceCount or StackSetFailureTolerancePercentage, but not both.

Returns:

  • (Integer)


7254
7255
7256
7257
7258
7259
7260
7261
7262
7263
7264
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 7254

class UpdateProvisioningPreferences < Struct.new(
  :stack_set_accounts,
  :stack_set_regions,
  :stack_set_failure_tolerance_count,
  :stack_set_failure_tolerance_percentage,
  :stack_set_max_concurrency_count,
  :stack_set_max_concurrency_percentage,
  :stack_set_operation_type)
  SENSITIVE = []
  include Aws::Structure
end

#stack_set_max_concurrency_countInteger

The maximum number of accounts in which to perform this operation at one time. This is dependent on the value of StackSetFailureToleranceCount. StackSetMaxConcurrentCount is at most one more than the StackSetFailureToleranceCount.

Note that this setting lets you specify the maximum for operations. For large deployments, under certain circumstances the actual number of accounts acted upon concurrently may be lower due to service throttling.

Applicable only to a CFN_STACKSET provisioned product type.

Conditional: You must specify either StackSetMaxConcurrentCount or StackSetMaxConcurrentPercentage, but not both.

Returns:

  • (Integer)


7254
7255
7256
7257
7258
7259
7260
7261
7262
7263
7264
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 7254

class UpdateProvisioningPreferences < Struct.new(
  :stack_set_accounts,
  :stack_set_regions,
  :stack_set_failure_tolerance_count,
  :stack_set_failure_tolerance_percentage,
  :stack_set_max_concurrency_count,
  :stack_set_max_concurrency_percentage,
  :stack_set_operation_type)
  SENSITIVE = []
  include Aws::Structure
end

#stack_set_max_concurrency_percentageInteger

The maximum percentage of accounts in which to perform this operation at one time.

When calculating the number of accounts based on the specified percentage, Service Catalog rounds down to the next whole number. This is true except in cases where rounding down would result is zero. In this case, Service Catalog sets the number as 1 instead.

Note that this setting lets you specify the maximum for operations. For large deployments, under certain circumstances the actual number of accounts acted upon concurrently may be lower due to service throttling.

Applicable only to a CFN_STACKSET provisioned product type.

Conditional: You must specify either StackSetMaxConcurrentCount or StackSetMaxConcurrentPercentage, but not both.

Returns:

  • (Integer)


7254
7255
7256
7257
7258
7259
7260
7261
7262
7263
7264
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 7254

class UpdateProvisioningPreferences < Struct.new(
  :stack_set_accounts,
  :stack_set_regions,
  :stack_set_failure_tolerance_count,
  :stack_set_failure_tolerance_percentage,
  :stack_set_max_concurrency_count,
  :stack_set_max_concurrency_percentage,
  :stack_set_operation_type)
  SENSITIVE = []
  include Aws::Structure
end

#stack_set_operation_typeString

Determines what action Service Catalog performs to a stack set or a stack instance represented by the provisioned product. The default value is UPDATE if nothing is specified.

Applicable only to a CFN_STACKSET provisioned product type.

CREATE

Creates a new stack instance in the stack set represented by the provisioned product. In this case, only new stack instances are created based on accounts and Regions; if new ProductId or ProvisioningArtifactID are passed, they will be ignored.

UPDATE

Updates the stack set represented by the provisioned product and also its stack instances.

DELETE

Deletes a stack instance in the stack set represented by the provisioned product.

Returns:

  • (String)


7254
7255
7256
7257
7258
7259
7260
7261
7262
7263
7264
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 7254

class UpdateProvisioningPreferences < Struct.new(
  :stack_set_accounts,
  :stack_set_regions,
  :stack_set_failure_tolerance_count,
  :stack_set_failure_tolerance_percentage,
  :stack_set_max_concurrency_count,
  :stack_set_max_concurrency_percentage,
  :stack_set_operation_type)
  SENSITIVE = []
  include Aws::Structure
end

#stack_set_regionsArray<String>

One or more Amazon Web Services Regions where the provisioned product will be available.

Applicable only to a CFN_STACKSET provisioned product type.

The specified Regions should be within the list of Regions from the STACKSET constraint. To get the list of Regions in the STACKSET constraint, use the DescribeProvisioningParameters operation.

If no values are specified, the default value is all Regions from the STACKSET constraint.

Returns:

  • (Array<String>)


7254
7255
7256
7257
7258
7259
7260
7261
7262
7263
7264
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 7254

class UpdateProvisioningPreferences < Struct.new(
  :stack_set_accounts,
  :stack_set_regions,
  :stack_set_failure_tolerance_count,
  :stack_set_failure_tolerance_percentage,
  :stack_set_max_concurrency_count,
  :stack_set_max_concurrency_percentage,
  :stack_set_operation_type)
  SENSITIVE = []
  include Aws::Structure
end