ProvisionedProductStackSetProvisioningPreferencesArgs

data class ProvisionedProductStackSetProvisioningPreferencesArgs(val accounts: Output<List<String>>? = null, val failureToleranceCount: Output<Int>? = null, val failureTolerancePercentage: Output<Int>? = null, val maxConcurrencyCount: Output<Int>? = null, val maxConcurrencyPercentage: Output<Int>? = null, val regions: Output<List<String>>? = null) : ConvertibleToJava<ProvisionedProductStackSetProvisioningPreferencesArgs>

Constructors

constructor(accounts: Output<List<String>>? = null, failureToleranceCount: Output<Int>? = null, failureTolerancePercentage: Output<Int>? = null, maxConcurrencyCount: Output<Int>? = null, maxConcurrencyPercentage: Output<Int>? = null, regions: Output<List<String>>? = null)

Properties

Link copied to clipboard
val accounts: Output<List<String>>? = null

One or more AWS accounts that will have access to the provisioned product. The AWS 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 aws_servicecatalog_provisioning_parameters data source. If no values are specified, the default value is all accounts from the STACKSET constraint.

Link copied to clipboard
val failureToleranceCount: Output<Int>? = null

Number of accounts, per region, for which this operation can fail before AWS Service Catalog stops the operation in that region. If the operation is stopped in a region, AWS Service Catalog doesn't attempt the operation in any subsequent regions. You must specify either failure_tolerance_count or failure_tolerance_percentage, but not both. The default value is 0 if no value is specified.

Link copied to clipboard
val failureTolerancePercentage: Output<Int>? = null

Percentage of accounts, per region, for which this stack operation can fail before AWS Service Catalog stops the operation in that region. If the operation is stopped in a region, AWS Service Catalog doesn't attempt the operation in any subsequent regions. When calculating the number of accounts based on the specified percentage, AWS Service Catalog rounds down to the next whole number. You must specify either failure_tolerance_count or failure_tolerance_percentage, but not both.

Link copied to clipboard
val maxConcurrencyCount: Output<Int>? = null

Maximum number of accounts in which to perform this operation at one time. This is dependent on the value of failure_tolerance_count. max_concurrency_count is at most one more than the failure_tolerance_count. 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. You must specify either max_concurrency_count or max_concurrency_percentage, but not both.

Link copied to clipboard
val maxConcurrencyPercentage: Output<Int>? = null

Maximum percentage of accounts in which to perform this operation at one time. When calculating the number of accounts based on the specified percentage, AWS 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, AWS 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. You must specify either max_concurrency_count or max_concurrency_percentage, but not both.

Link copied to clipboard
val regions: Output<List<String>>? = null

One or more AWS Regions where the provisioned product will be available. 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 aws_servicecatalog_provisioning_parameters data source. If no values are specified, the default value is all regions from the STACKSET constraint.

Functions

Link copied to clipboard
open override fun toJava(): ProvisionedProductStackSetProvisioningPreferencesArgs