You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Reason for this change
Add MailManager VPC Endpoint definitions.
### Description of changes
Added static instances `MAILMANAGER` and `MAILMANAGER_FIPS` of `InterfaceVpcEndpointAwsService`.
### Description of how you validated changes
Compared values to [documentation](https://docs.aws.amazon.com/vpc/latest/privatelink/aws-services-privatelink-support.html).
Compared values to output of
```
aws ec2 describe-vpc-endpoint-services \
--region us-east-1 \
--filter 'Name=service-name,Values=com.amazonaws.us-east-1.mail-manager,com.amazonaws.us-east-1.mail-manager-fips' \
| jq -r '.ServiceNames[]'
# com.amazonaws.us-east-1.mail-manager
# com.amazonaws.us-east-1.mail-manager-fips
```
### Checklist
- [X] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md)
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
0 commit comments