Skip to content

Commit ecb879e

Browse files
authored
Merge pull request #36562 from Sagoito/f-aws_kinesisanalyticsv2_application-FLINK-1_18
r/aws_kinesisanalyticsv2_application: Document support for Apache Flink v1.18
2 parents 299ec50 + e00894c commit ecb879e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.changelog/36562.txt

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:enhancement
2+
resource/aws_kinesisanalyticsv2_application: Add support for `FLINK-1_18` `runtime_environment` value
3+
```

website/docs/r/kinesisanalyticsv2_application.html.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ resource "aws_kinesisanalyticsv2_application" "example" {
256256
This resource supports the following arguments:
257257

258258
* `name` - (Required) The name of the application.
259-
* `runtime_environment` - (Required) The runtime environment for the application. Valid values: `SQL-1_0`, `FLINK-1_6`, `FLINK-1_8`, `FLINK-1_11`, `FLINK-1_13`, `FLINK-1_15`.
259+
* `runtime_environment` - (Required) The runtime environment for the application. Valid values: `SQL-1_0`, `FLINK-1_6`, `FLINK-1_8`, `FLINK-1_11`, `FLINK-1_13`, `FLINK-1_15`, `FLINK-1_18`.
260260
* `service_execution_role` - (Required) The ARN of the [IAM role](/docs/providers/aws/r/iam_role.html) used by the application to access Kinesis data streams, Kinesis Data Firehose delivery streams, Amazon S3 objects, and other external resources.
261261
* `application_configuration` - (Optional) The application's configuration
262262
* `cloudwatch_logging_options` - (Optional) A [CloudWatch log stream](/docs/providers/aws/r/cloudwatch_log_stream.html) to monitor application configuration errors.

0 commit comments

Comments
 (0)