Skip to content

Commit

Permalink
add kafka-connect endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
badmintoncryer committed Jan 16, 2025
1 parent 35275c3 commit 5d4384c
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 @@ -463,6 +463,7 @@ export class InterfaceVpcEndpointAwsService implements IInterfaceVpcEndpointServ
public static readonly IOT_TWINMAKER_API = new InterfaceVpcEndpointAwsService('iottwinmaker.api');
public static readonly IOT_TWINMAKER_DATA = new InterfaceVpcEndpointAwsService('iottwinmaker.data');
public static readonly KAFKA = new InterfaceVpcEndpointAwsService('kafka');
public static readonly KAFKA_CONNECT = new InterfaceVpcEndpointAwsService('kafkaconnect');
public static readonly KAFKA_FIPS = new InterfaceVpcEndpointAwsService('kafka-fips');
public static readonly KENDRA = new InterfaceVpcEndpointAwsService('kendra');
public static readonly KENDRA_RANKING = new InterfaceVpcEndpointAwsService('kendra-ranking', 'aws.api');
Expand Down

0 comments on commit 5d4384c

Please sign in to comment.