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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.cloudformation.CfnStackSet.OperationPreferencesProperty
CfnStackSet.OperationPreferencesProperty.Builder, CfnStackSet.OperationPreferencesProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnStackSet.OperationPreferencesProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final Number
The number of accounts, per Region, for which this operation can fail before AWS CloudFormation stops the operation in that Region.final Number
The percentage of accounts, per Region, for which this stack operation can fail before AWS CloudFormation stops the operation in that Region.final Number
The maximum number of accounts in which to perform this operation at one time.final Number
The maximum percentage of accounts in which to perform this operation at one time.final String
The 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 int
hashCode()
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.OperationPreferencesProperty
The 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
FailureToleranceCount
orFailureTolerancePercentage
(but not both).- Specified by:
getFailureToleranceCount
in interfaceCfnStackSet.OperationPreferencesProperty
-
getFailureTolerancePercentage
Description copied from interface:CfnStackSet.OperationPreferencesProperty
The 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
FailureToleranceCount
orFailureTolerancePercentage
, but not both.- Specified by:
getFailureTolerancePercentage
in interfaceCfnStackSet.OperationPreferencesProperty
-
getMaxConcurrentCount
Description copied from interface:CfnStackSet.OperationPreferencesProperty
The maximum number of accounts in which to perform this operation at one time.This is dependent on the value of
FailureToleranceCount
.MaxConcurrentCount
is 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
MaxConcurrentCount
orMaxConcurrentPercentage
, but not both.- Specified by:
getMaxConcurrentCount
in interfaceCfnStackSet.OperationPreferencesProperty
-
getMaxConcurrentPercentage
Description copied from interface:CfnStackSet.OperationPreferencesProperty
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, 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
orMaxConcurrentPercentage
, but not both.- Specified by:
getMaxConcurrentPercentage
in interfaceCfnStackSet.OperationPreferencesProperty
-
getRegionConcurrencyType
Description copied from interface:CfnStackSet.OperationPreferencesProperty
The concurrency type of deploying StackSets operations in Regions, could be in parallel or one Region at a time.- Specified by:
getRegionConcurrencyType
in interfaceCfnStackSet.OperationPreferencesProperty
-
getRegionOrder
Description copied from interface:CfnStackSet.OperationPreferencesProperty
The order of the Regions where you want to perform the stack operation.- Specified by:
getRegionOrder
in interfaceCfnStackSet.OperationPreferencesProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-