@Stability(value=Stable) @Internal public static final class CfnStackSet.OperationPreferencesProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnStackSet.OperationPreferencesProperty
CfnStackSet.OperationPreferencesPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnStackSet.OperationPreferencesProperty.Builder, CfnStackSet.OperationPreferencesProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnStackSet.OperationPreferencesProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnStackSet.AutoDeploymentProperty.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Number |
getFailureToleranceCount()
The number of accounts, per Region, for which this operation can fail before AWS CloudFormation stops the operation in that Region.
|
Number |
getFailureTolerancePercentage()
The percentage of accounts, per Region, for which this stack operation can fail before AWS CloudFormation stops the operation in that Region.
|
Number |
getMaxConcurrentCount()
The maximum number of accounts in which to perform this operation at one time.
|
Number |
getMaxConcurrentPercentage()
The maximum percentage of accounts in which to perform this operation at one time.
|
String |
getRegionConcurrencyType()
The concurrency type of deploying StackSets operations in Regions, could be in parallel or one Region at a time.
|
List<String> |
getRegionOrder()
The order of the Regions where you want to perform the stack operation.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnStackSet.OperationPreferencesProperty.Builder builder)
CfnStackSet.AutoDeploymentProperty.Builder.public final Number getFailureToleranceCount()
CfnStackSet.OperationPreferencesPropertyIf the operation is stopped in a Region, AWS CloudFormation doesn't attempt the operation in any subsequent Regions.
Conditional: You must specify either FailureToleranceCount or FailureTolerancePercentage (but not both).
getFailureToleranceCount in interface CfnStackSet.OperationPreferencesPropertypublic final Number getFailureTolerancePercentage()
CfnStackSet.OperationPreferencesPropertyIf the operation is stopped in a Region, AWS CloudFormation doesn't attempt the operation in any subsequent Regions.
When calculating the number of accounts based on the specified percentage, AWS CloudFormation rounds down to the next whole number.
Conditional: You must specify either FailureToleranceCount or FailureTolerancePercentage , but not both.
getFailureTolerancePercentage in interface CfnStackSet.OperationPreferencesPropertypublic final Number getMaxConcurrentCount()
CfnStackSet.OperationPreferencesProperty
This is dependent on the value of FailureToleranceCount . MaxConcurrentCount is at most one more than the FailureToleranceCount .
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.
Conditional: You must specify either MaxConcurrentCount or MaxConcurrentPercentage , but not both.
getMaxConcurrentCount in interface CfnStackSet.OperationPreferencesPropertypublic final Number getMaxConcurrentPercentage()
CfnStackSet.OperationPreferencesPropertyWhen calculating the number of accounts based on the specified percentage, AWS CloudFormation rounds down to the next whole number. This is true except in cases where rounding down would result is zero. In this case, CloudFormation sets the number as one 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.
Conditional: You must specify either MaxConcurrentCount or MaxConcurrentPercentage , but not both.
getMaxConcurrentPercentage in interface CfnStackSet.OperationPreferencesPropertypublic final String getRegionConcurrencyType()
CfnStackSet.OperationPreferencesProperty
Allowed values : SEQUENTIAL | PARALLEL
getRegionConcurrencyType in interface CfnStackSet.OperationPreferencesPropertypublic final List<String> getRegionOrder()
CfnStackSet.OperationPreferencesPropertygetRegionOrder in interface CfnStackSet.OperationPreferencesProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.