Open
Description
Add a InterfaceVpcEndpointAwsService
for the DataSync service.
Use Case
I am needing to add a VPC endpoint for the DataSync service. I do not see this option available so once I deploy the VPC, I am having to manually add this endpoint.
Proposed Solution
vpc-endpoint.ts
InterfaceVpcEndpointAwsService.DATASYNC = new InterfaceVpcEndpointAwsService('datasync');
Other
I would attempt to do this myself but I am a bit unclear to what ports I need to specify. The docs show a few different options for this and I am not sure what the correct approach would be. So due to that, I will not attempt to do this myself.
- 👋 I may be able to implement this feature request
-
⚠️ This feature might incur a breaking change
This is a 🚀 Feature Request