Describe the feature
Currently the InterfaceVpcEndpointAwsService doesn't support Textract.
It should support creating an endpoint service for both textract and textract-fips, similar to rekognition.
Use Case
We want to use a vpc endpoint service for textract, currently we have to manually create this.
Proposed Solution
Add
public static readonly TEXTRACT = new InterfaceVpcEndpointAwsService('textract');
public static readonly TEXTRACT_FIPS = new InterfaceVpcEndpointAwsService('textract-fips');
to https://github.com/aws/aws-cdk/blob/main/packages/@aws-cdk/aws-ec2/lib/vpc-endpoint.ts
Other Information
No response
Acknowledgements
CDK version used
2.26.0
Environment details (OS name and version, etc.)
Mac
Describe the feature
Currently the
InterfaceVpcEndpointAwsServicedoesn't support Textract.It should support creating an endpoint service for both textract and textract-fips, similar to rekognition.
Use Case
We want to use a vpc endpoint service for textract, currently we have to manually create this.
Proposed Solution
Add
to https://github.com/aws/aws-cdk/blob/main/packages/@aws-cdk/aws-ec2/lib/vpc-endpoint.ts
Other Information
No response
Acknowledgements
CDK version used
2.26.0
Environment details (OS name and version, etc.)
Mac