Skip to content

Commit

Permalink
Update kinesisanalyticsv2 VALID_RUNTIME_ENVIRONMENTS (#2266)
Browse files Browse the repository at this point in the history
  • Loading branch information
kmckegney authored Sep 20, 2024
1 parent c6df066 commit 06956a4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions troposphere/validators/kinesisanalyticsv2.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,12 @@ def validate_runtime_environment(runtime_environment):
"FLINK-1_11",
"FLINK-1_13",
"FLINK-1_15",
"FLINK-1_18",
"FLINK-1_19",
"SQL-1_0",
"ZEPPELIN-FLINK-1_0",
"ZEPPELIN-FLINK-2_0",
"ZEPPELIN-FLINK-3_0",
)

if runtime_environment not in VALID_RUNTIME_ENVIRONMENTS:
Expand Down

0 comments on commit 06956a4

Please sign in to comment.