Skip to content

Commit

Permalink
Update packages/aws-cdk-lib/aws-ec2/lib/vpc-endpoint.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo10Gama authored Mar 1, 2025
1 parent 4bcba5e commit 45cce36
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/aws-cdk-lib/aws-ec2/lib/vpc-endpoint.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,17 +77,17 @@ export enum VpcEndpointType {
GATEWAY = 'Gateway',

/**
* [PLACEHOLDER FOR: TO BE FILLED OUT]
* Gateway Load Balancer
*/
GATEWAYLOADBALANCER = 'GatewayLoadBalancer',

/**
* [PLACEHOLDER FOR: TO BE FILLED OUT]
* Resource
*/
RESOURCE = 'Resource',

/**
* [PLACEHOLDER FOR: TO BE FILLED OUT]
* Service Network
*/
SERVICENETWORK = 'ServiceNetwork',
}
Expand Down

0 comments on commit 45cce36

Please sign in to comment.