Skip to content

Commit

Permalink
New module - aws_glue_crawler (ansible-collections#546)
Browse files Browse the repository at this point in the history
New module - aws_glue_crawler

SUMMARY

New module - aws_glue_crawler.

ISSUE TYPE


New Module Pull Request

COMPONENT NAME

aws_glue_crawler
ADDITIONAL INFORMATION


Example:

community.aws.aws_glue_crawler:
  - name: my-crawler
    database_name: my_database
    role: my-role
    recrawl_policy:
      RecrawlBehavior: CRAWL_EVERYTHING
    schema_change_policy:
      DeleteBehavior: DELETE_FROM_DATABASE
      UpdateBehavior: UPDATE_IN_DATABASE
    targets:
      S3Targets:
        - Path: "s3://my-bucket/prefix/folder/"
    tags:
      Environment: test

Reviewed-by: Mark Chappell <None>
Reviewed-by: Ivan Chekaldin <None>
Reviewed-by: Jill R <None>
  • Loading branch information
ichekaldin authored Jul 2, 2022
1 parent 77d5813 commit f642e14
Show file tree
Hide file tree
Showing 6 changed files with 782 additions and 0 deletions.
1 change: 1 addition & 0 deletions meta/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ action_groups:
- aws_eks_cluster
- aws_elasticbeanstalk_app
- aws_glue_connection
- aws_glue_crawler
- aws_glue_job
- aws_inspector_target
- aws_kms
Expand Down
Loading

0 comments on commit f642e14

Please sign in to comment.