cloudtools / troposphere

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

Add support for Flink 1.15 runtime environment #2106

Closed josemiguelmelo closed 1 year ago

josemiguelmelo commented 1 year ago

Kinesis Data Analytics now supports Flink 1.15 runtime, see https://docs.aws.amazon.com/kinesisanalytics/latest/java/flink-1-15-2.html and https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-application.html#cfn-kinesisanalyticsv2-application-runtimeenvironment

This PR adds support for FLINK-1_15 runtime.

Fix https://github.com/cloudtools/troposphere/issues/2105

markpeek commented 1 year ago

Thanks!