Commit 7ee77d7
authored
feat(ec2): add mailmanager vpc endpoints (#33996)
### 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*1 parent be383a9 commit 7ee77d7
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
518 | 518 | | |
519 | 519 | | |
520 | 520 | | |
| 521 | + | |
| 522 | + | |
521 | 523 | | |
522 | 524 | | |
523 | 525 | | |
| |||
0 commit comments