-
Notifications
You must be signed in to change notification settings - Fork 9.8k
Closed
Labels
enhancementRequests to existing resources that expand the functionality or scope.Requests to existing resources that expand the functionality or scope.service/emrserverlessIssues and PRs that pertain to the emrserverless service.Issues and PRs that pertain to the emrserverless service.
Milestone
Description
Description
AWS enabled interactive analytics on EMR Serverless applications, using the Interactive Endpoint. It would be nice to integrate the new feature in the resource aws_emrserverless_application in the new provider version, by providing a true/false parameter called interactive_endpoint (defaulted to false).
This is the configuration on the AWS console:
Affected Resource(s) and/or Data Source(s)
- aws_emrserverless_application
Potential Terraform Configuration
resource "aws_emrserverless_application" "example" {
name = "example"
release_label = "emr-6.6.0"
type = "hive"
interactive_endpoint = true
}References
Would you like to implement a fix?
No
Jezreel-Zamora-Paidy, jpulgar4, javiroman, okelet, kobethuwis and 16 more
Metadata
Metadata
Assignees
Labels
enhancementRequests to existing resources that expand the functionality or scope.Requests to existing resources that expand the functionality or scope.service/emrserverlessIssues and PRs that pertain to the emrserverless service.Issues and PRs that pertain to the emrserverless service.
