aws-cloudformation / aws-cloudformation-resource-providers-athena

The CloudFormation Resource Provider Package For Amazon Athena
https://aws.amazon.com/athena/
Apache License 2.0
3 stars 8 forks source link

WorkGroupConfiguration field can only be used for Create stack operations and not Update stack Operations. #40

Open cmihran opened 2 years ago

cmihran commented 2 years ago

Currently WorkGroupConfiguration is used for create operations, and WorkGroupConfigurationUpdates is used for update stack operations. This is really confusing for customers and does not follow how you would expect a CFN resource to behave.

Planned fix: Release an update such that WorkGroupConfiguration can be used in both create and update operations, and deprecate WorkGroupConfigurationUpdates. Ideally do so in a way that won't break existing templates.

I will keep this issue open as a way to track progress on this update.

mgmarino commented 2 years ago

It looks like this is live? Anyways, cfn-linter now complains about WorkGroupConfigurationUpdates and the docs have been updated.

E3002 Invalid Property Resources/Workgroup/Properties/WorkGroupConfigurationUpdates
ops/stack/data-export-stack.yaml:43:7