cloudtools / troposphere

troposphere - Python library to create AWS CloudFormation descriptions
BSD 2-Clause "Simplified" License
4.93k stars 1.45k forks source link

#2038 Add support for additional Flink runtime environments #2037

Closed john-tipper closed 2 years ago

john-tipper commented 2 years ago

Kinesis Data Analytics now supports additional Flink runtimes, see https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-application.html

This PR adds support for FLINK-1_13, ZEPPELIN-FLINK-1_0 and ZEPPELIN-FLINK-2_0.

Fix #2038

markpeek commented 2 years ago

Thanks!