aws-cloudformation / cloudformation-coverage-roadmap

The AWS CloudFormation Public Coverage Roadmap
https://aws.amazon.com/cloudformation/
Creative Commons Attribution Share Alike 4.0 International
1.1k stars 53 forks source link

[AWS::GLUE::Job] - [Enhancement] - Add support for Glue job resource to import into CloudFormation #2045

Open kirtan227 opened 1 month ago

kirtan227 commented 1 month ago

Name of the resource

AWS::Glue::Job

Resource name

No response

Description

Currently it is not supported to import existing resources of Glue Job(AWS::Glue::Job) and Glue Table (AWS::Glue::Table) using CloudFormation. Requesting a new feature request where user can use IaC generator or use the normal import functionality so that they can import it to CloudFormation.

Current resources of Glue which supports Import and IaC generator [1].

  1. AWS::Glue::Registry
  2. AWS::Glue::Schema
  3. AWS::Glue::SchemaVersion
  4. AWS::Glue::SchemaVersionMetadata

Reference: [1]Resource type support https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/resource-import-supported-resources.html

Other Details

No response