aws-cloudformation / aws-cloudformation-resource-providers-redshift

The CloudFormation Resource Provider Package For Amazon Redshift
https://aws.amazon.com/redshift/
Apache License 2.0
4 stars 13 forks source link

Detect EnhancedVpcRouting attribute change in modifyClusterRequest #136

Closed mashuaihh closed 1 year ago

mashuaihh commented 1 year ago

The previous refactor change accidentally removes EnhandcedVpcRouting, this commit adds this attribute back, so its changes in Cluster model will be detected.

This commit also adds unit test to ensure all attributes for detecting modifyCluster are present

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.