You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the OperationPreferences in cdk-stacksets, the regionOrder property is not being synthesized to the CloudFormation template. This prevents us from specifying the order in which regions should be updated during StackSet operations.
Reproduction Steps
Create a StackSet using the createStackSet function (or directly using the StackSet construct).
Specify operationPreferences including the regionOrder property.
Synthesize the CDK app.
Observe that the resulting CloudFormation template does not include the RegionOrder property in the OperationPreferences.
Expected Behavior
The synthesized CloudFormation template should include the RegionOrder property in the OperationPreferences section.
The text was updated successfully, but these errors were encountered:
When using the
OperationPreferences
incdk-stacksets
, theregionOrder
property is not being synthesized to the CloudFormation template. This prevents us from specifying the order in which regions should be updated during StackSet operations.Reproduction Steps
createStackSet
function (or directly using theStackSet
construct).operationPreferences
including theregionOrder
property.RegionOrder
property in theOperationPreferences
.Expected Behavior
The synthesized CloudFormation template should include the
RegionOrder
property in theOperationPreferences
section.The text was updated successfully, but these errors were encountered: