awslabs / goformation

GoFormation is a Go library for working with CloudFormation templates.
Apache License 2.0
846 stars 196 forks source link

ConcurrencyMode is missing from StackSet OperationPreferences #680

Open cs-matti opened 4 months ago

cs-matti commented 4 months ago

The StackSet OperationPreferences should include a parameter called ConcurrencyMode. This parameter is missing from the goformation StackSet_OperationPreferences structure.

https://github.com/awslabs/goformation/blob/master/cloudformation/cloudformation/aws-cloudformation-stackset_operationpreferences.go

https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_StackSetOperationPreferences.html

ConcurrencyMode Specifies how the concurrency level behaves during the operation execution.