Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

regionOrder property in OperationPreferences not synthesized to CloudFormation #681

Open
dannysteenman opened this issue Dec 24, 2024 · 0 comments

Comments

@dannysteenman
Copy link

dannysteenman commented Dec 24, 2024

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

  1. Create a StackSet using the createStackSet function (or directly using the StackSet construct).
  2. Specify operationPreferences including the regionOrder property.
  3. Synthesize the CDK app.
  4. 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant