Skip to content

Commit

Permalink
Add AWS Price List to endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonardo Gama committed Oct 25, 2024
1 parent cd9368a commit cd7c484
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/aws-cdk-lib/aws-ec2/lib/vpc-endpoint.ts
Original file line number Diff line number Diff line change
Expand Up @@ -515,6 +515,7 @@ export class InterfaceVpcEndpointAwsService implements IInterfaceVpcEndpointServ
public static readonly PIPES_DATA = new InterfaceVpcEndpointAwsService('pipes-data');
public static readonly PIPES_FIPS = new InterfaceVpcEndpointAwsService('pipes-fips');
public static readonly POLLY = new InterfaceVpcEndpointAwsService('polly');
public static readonly PRICING_API = new InterfaceVpcEndpointAwsService('pricing.api');
public static readonly PRIVATE_5G = new InterfaceVpcEndpointAwsService('private-networks');
public static readonly PRIVATE_CERTIFICATE_AUTHORITY = new InterfaceVpcEndpointAwsService('acm-pca');
public static readonly PRIVATE_CERTIFICATE_AUTHORITY_CONNECTOR_AD = new InterfaceVpcEndpointAwsService('pca-connector-ad');
Expand Down

0 comments on commit cd7c484

Please sign in to comment.