diff --git a/packages/@aws-cdk/aws-ec2/lib/vpc-endpoint.ts b/packages/@aws-cdk/aws-ec2/lib/vpc-endpoint.ts index 440687e06c2d4..6aa22630d51c4 100644 --- a/packages/@aws-cdk/aws-ec2/lib/vpc-endpoint.ts +++ b/packages/@aws-cdk/aws-ec2/lib/vpc-endpoint.ts @@ -205,7 +205,7 @@ export interface IInterfaceVpcEndpointService { * An AWS service for an interface VPC endpoint. */ export class InterfaceVpcEndpointAwsService implements IInterfaceVpcEndpointService { - public static readonly SageMakerNotebook = new InterfaceVpcEndpointAwsService('sagemaker', 'aws.sagemaker'); + public static readonly SageMakerNotebook = new InterfaceVpcEndpointAwsService('notebook', 'aws.sagemaker'); public static readonly CloudFormation = new InterfaceVpcEndpointAwsService('cloudformation'); public static readonly CloudTrail = new InterfaceVpcEndpointAwsService('cloudtrail'); public static readonly CodeBuild = new InterfaceVpcEndpointAwsService('codebuild');