AWS CDKで未対応なInterface Endpoint一覧作成ツール
us-east-1リージョンに対するInterface VPC Endpoint一覧表示CLIを実行し、CDKコードと比較した結果をまとめています。
aws ec2 describe-vpc-endpoint-services --filters Name=service-type,Values=Interface Name=owner,Values=amazon --region us-east-1 --query ServiceNames結果はmissing-services.jsonにまとめられています。
"cassandra", "cassandra-fips"は誤検知。(port443以外非対応)
"dsql-fnh4"はリージョン固有のsuffixが付いたEndpointなのでCDKでのpublic staticなファクトリーメソッドとしては追加不可
参考リンク: aws/aws-cdk#34487 (comment)