File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed
packages/aws-cdk-lib/aws-ec2/lib Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -517,6 +517,7 @@ export class InterfaceVpcEndpointAwsService implements IInterfaceVpcEndpointServ
517517 public static readonly PIPES_FIPS = new InterfaceVpcEndpointAwsService ( 'pipes-fips' ) ;
518518 public static readonly PRICE_LIST = new InterfaceVpcEndpointAwsService ( 'pricing.api' ) ;
519519 public static readonly POLLY = new InterfaceVpcEndpointAwsService ( 'polly' ) ;
520+ public static readonly PRICING_API = new InterfaceVpcEndpointAwsService ( 'pricing.api' ) ;
520521 public static readonly PRIVATE_5G = new InterfaceVpcEndpointAwsService ( 'private-networks' ) ;
521522 public static readonly PRIVATE_CERTIFICATE_AUTHORITY = new InterfaceVpcEndpointAwsService ( 'acm-pca' ) ;
522523 public static readonly PRIVATE_CERTIFICATE_AUTHORITY_CONNECTOR_AD = new InterfaceVpcEndpointAwsService ( 'pca-connector-ad' ) ;
You can’t perform that action at this time.
0 commit comments