Class CommonCloudFormationStackSetOptions.Jsii$Proxy
- All Implemented Interfaces:
CommonCloudFormationStackSetOptions
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CommonCloudFormationStackSetOptions
CommonCloudFormationStackSetOptions
-
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.codepipeline.actions.CommonCloudFormationStackSetOptions
CommonCloudFormationStackSetOptions.Builder, CommonCloudFormationStackSetOptions.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCommonCloudFormationStackSetOptions.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 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 percentage of accounts in which to perform this operation at one time.final String
The AWS Region the StackSet is in.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 theCommonCloudFormationStackSetOptions.Builder
.
-
-
Method Details
-
getFailureTolerancePercentage
Description copied from interface:CommonCloudFormationStackSetOptions
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 subsequent Regions. When calculating the number of accounts based on the specified percentage, AWS CloudFormation rounds down to the next whole number.
Default: 0%
- Specified by:
getFailureTolerancePercentage
in interfaceCommonCloudFormationStackSetOptions
-
getMaxAccountConcurrencyPercentage
Description copied from interface:CommonCloudFormationStackSetOptions
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. If rounding down would result in zero, AWS CloudFormation sets the number as one instead. Although you use this setting to specify the maximum, for large deployments the actual number of accounts acted upon concurrently may be lower due to service throttling.
Default: 1%
- Specified by:
getMaxAccountConcurrencyPercentage
in interfaceCommonCloudFormationStackSetOptions
-
getStackSetRegion
Description copied from interface:CommonCloudFormationStackSetOptions
The AWS Region the StackSet is in.Note that a cross-region Pipeline requires replication buckets to function correctly. You can provide their names with the
PipelineProps.crossRegionReplicationBuckets
property. If you don't, the CodePipeline Construct will create new Stacks in your CDK app containing those buckets, that you will need tocdk deploy
before deploying the main, Pipeline-containing Stack.Default: - same region as the Pipeline
- Specified by:
getStackSetRegion
in interfaceCommonCloudFormationStackSetOptions
-
$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()
-