From e831d3691d6062d97d00a8b50f5edfc38d2f8824 Mon Sep 17 00:00:00 2001 From: Pat Myron Date: Tue, 22 Dec 2020 09:28:34 -0800 Subject: [PATCH] AWS::AmazonMQ::Broker.EngineVersion AllowedValues expansion (5.15.14) https://github.com/aws-cloudformation/cfn-python-lint/issues/50 one of the few AllowedValues lists left to actively maintain: https://github.com/aws-cloudformation/cfn-python-lint/pull/1682 https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-engineversion https://docs.aws.amazon.com/amazon-mq/latest/developer-guide/broker-engine.html --- .../data/ExtendedSpecs/all/03_value_types/aws_amazonmq.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/cfnlint/data/ExtendedSpecs/all/03_value_types/aws_amazonmq.json b/src/cfnlint/data/ExtendedSpecs/all/03_value_types/aws_amazonmq.json index 37e33dbad3..cc46b27cd7 100644 --- a/src/cfnlint/data/ExtendedSpecs/all/03_value_types/aws_amazonmq.json +++ b/src/cfnlint/data/ExtendedSpecs/all/03_value_types/aws_amazonmq.json @@ -25,7 +25,8 @@ "5.15.9", "5.15.10", "5.15.12", - "5.15.13" + "5.15.13", + "5.15.14" ] } },