[Enhancement]: Add support for Kinesis Data Analytics Studio notebook #31130
Labels
enhancement
Requests to existing resources that expand the functionality or scope.
service/kinesisanalyticsv2
Issues and PRs that pertain to the kinesisanalyticsv2 service.
Milestone
Description
Kinesis Data Analytics Studio notebook is supported by AWS::KinesisAnalyticsV2::Application via CloudFormation ApplicationMode parameter when is set to INTERACTIVE.
But terraform aws_kinesisanalyticsv2_application doesn't yet support this argument, and I get the following errors when using
application_mode = "INTERACTIVE"
:This was my code:
Adding Studio app support is useful because Kinesis Data Analytics SQL app is marked as legacy by AWS, which mentions the following at https://docs.aws.amazon.com/kinesisanalytics/latest/dev/what-is.html:
Affected Resource(s) and/or Data Source(s)
aws_kinesisanalyticsv2_application
Potential Terraform Configuration
References
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-application.html#cfn-kinesisanalyticsv2-application-applicationmode
Would you like to implement a fix?
None
The text was updated successfully, but these errors were encountered: