aws_glue_job provide execution class flex #26203
Labels
enhancement
Requests to existing resources that expand the functionality or scope.
service/glue
Issues and PRs that pertain to the glue service.
Milestone
Community Note
Description
AWS recently introduced the Glue flex feature, which allows to save costs on Glue jobs that are not time critical. The TF resource aws_glue_job needs to support this new feature.
This means it needs to have a new attribute: execution_class which can be STANDARD (Default) or FLEX. If the execution_class is Flex then glue_version must be minimal "3.0"
New or Affected Resource(s)
Potential Terraform Configuration
References
Announcement.
Blog post.
Requires AWS SDK for Go v1.44.71: #26181.
The text was updated successfully, but these errors were encountered: