aws / aws-cdk

The AWS Cloud Development Kit is a framework for defining cloud infrastructure in code
https://aws.amazon.com/cdk
Apache License 2.0
11.7k stars 3.93k forks source link

lakeformation: Ability to provision a Database Creator #27671

Open denys-tyshetskyy opened 1 year ago

denys-tyshetskyy commented 1 year ago

Describe the feature

Through the DataLakeSettings I can provision the admins for the lake formation however there doesn't seem to exist a functionality to provision Database Creators. As far as I can tell it can only be done through AWS Console (API)

Would be good if it can be done in IaaC way.

Use Case

I am trying to make my glue IAM role a Database creator in the LakeFormation however I am unable to do so in Cloudformation.

Proposed Solution

No response

Other Information

No response

Acknowledgements

CDK version used

2.101.0

Environment details (OS name and version, etc.)

Windows 11

khushail commented 1 year ago

@denys-tyshetskyy thanks for reaching out. This role is currently not provided in the cloudformation spec, hence can't be supported. However you can add it as a request to cloudformation coverage roadmap