Class CfnStackSet.OperationPreferencesProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnStackSet.OperationPreferencesProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnStackSet.OperationPreferencesProperty
CfnStackSet.OperationPreferencesProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.core.CfnStackSet.OperationPreferencesProperty
CfnStackSet.OperationPreferencesProperty.Builder, CfnStackSet.OperationPreferencesProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnStackSet.OperationPreferencesProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal NumberThe number of accounts, per Region, for which this operation can fail before AWS CloudFormation stops the operation in that Region.final NumberThe percentage of accounts, per Region, for which this stack operation can fail before AWS CloudFormation stops the operation in that Region.final NumberThe maximum number of accounts in which to perform this operation at one time.final NumberThe maximum percentage of accounts in which to perform this operation at one time.final StringThe concurrency type of deploying StackSets operations in Regions, could be in parallel or one Region at a time.The order of the Regions where you want to perform the stack operation.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnStackSet.OperationPreferencesProperty.Builder.
-
-
Method Details
-
getFailureToleranceCount
Description copied from interface:CfnStackSet.OperationPreferencesPropertyThe number of accounts, per Region, for which this operation can fail before AWS CloudFormation stops the operation in that Region.If the operation is stopped in a Region, AWS CloudFormation doesn't attempt the operation in any subsequent Regions.
Conditional: You must specify either
FailureToleranceCountorFailureTolerancePercentage(but not both).- Specified by:
getFailureToleranceCountin interfaceCfnStackSet.OperationPreferencesProperty
-
getFailureTolerancePercentage
Description copied from interface:CfnStackSet.OperationPreferencesPropertyThe percentage of accounts, per Region, for which this stack operation can fail before AWS CloudFormation stops the operation in that Region.If 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
FailureToleranceCountorFailureTolerancePercentage, but not both.- Specified by:
getFailureTolerancePercentagein interfaceCfnStackSet.OperationPreferencesProperty
-
getMaxConcurrentCount
Description copied from interface:CfnStackSet.OperationPreferencesPropertyThe maximum number of accounts in which to perform this operation at one time.This is dependent on the value of
FailureToleranceCount.MaxConcurrentCountis at most one more than theFailureToleranceCount.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
MaxConcurrentCountorMaxConcurrentPercentage, but not both.- Specified by:
getMaxConcurrentCountin interfaceCfnStackSet.OperationPreferencesProperty
-
getMaxConcurrentPercentage
Description copied from interface:CfnStackSet.OperationPreferencesPropertyThe 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 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
MaxConcurrentCountorMaxConcurrentPercentage, but not both.- Specified by:
getMaxConcurrentPercentagein interfaceCfnStackSet.OperationPreferencesProperty
-
getRegionConcurrencyType
Description copied from interface:CfnStackSet.OperationPreferencesPropertyThe concurrency type of deploying StackSets operations in Regions, could be in parallel or one Region at a time.- Specified by:
getRegionConcurrencyTypein interfaceCfnStackSet.OperationPreferencesProperty
-
getRegionOrder
Description copied from interface:CfnStackSet.OperationPreferencesPropertyThe order of the Regions where you want to perform the stack operation.- Specified by:
getRegionOrderin interfaceCfnStackSet.OperationPreferencesProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-