Skip to content

Commit

Permalink
feat: RAM and RAM_FIPS AWS interface VPC endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
dontirun committed Jul 29, 2024
1 parent da2ec75 commit faabfb6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/aws-cdk-lib/aws-ec2/lib/vpc-endpoint.ts
Original file line number Diff line number Diff line change
Expand Up @@ -486,6 +486,8 @@ export class InterfaceVpcEndpointAwsService implements IInterfaceVpcEndpointServ
public static readonly PROMETHEUS_WORKSPACES = new InterfaceVpcEndpointAwsService('aps-workspaces');
public static readonly PROTON = new InterfaceVpcEndpointAwsService('proton');
public static readonly QLDB = new InterfaceVpcEndpointAwsService('qldb.session');
public static readonly RAM = new InterfaceVpcEndpointAwsService('ram');
public static readonly RAM_FIPS = new InterfaceVpcEndpointAwsService('ram-fips');
public static readonly RDS = new InterfaceVpcEndpointAwsService('rds');
public static readonly RDS_DATA = new InterfaceVpcEndpointAwsService('rds-data');
public static readonly REDSHIFT = new InterfaceVpcEndpointAwsService('redshift');
Expand Down

0 comments on commit faabfb6

Please sign in to comment.