File tree 1 file changed +1
-0
lines changed
packages/aws-cdk-lib/aws-ec2/lib
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
517
517
public static readonly PIPES_FIPS = new InterfaceVpcEndpointAwsService ( 'pipes-fips' ) ;
518
518
public static readonly PRICE_LIST = new InterfaceVpcEndpointAwsService ( 'pricing.api' ) ;
519
519
public static readonly POLLY = new InterfaceVpcEndpointAwsService ( 'polly' ) ;
520
+ public static readonly PRICING_API = new InterfaceVpcEndpointAwsService ( 'pricing.api' ) ;
520
521
public static readonly PRIVATE_5G = new InterfaceVpcEndpointAwsService ( 'private-networks' ) ;
521
522
public static readonly PRIVATE_CERTIFICATE_AUTHORITY = new InterfaceVpcEndpointAwsService ( 'acm-pca' ) ;
522
523
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