File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
packages/@aws-cdk/aws-ec2/lib Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -205,7 +205,7 @@ export interface IInterfaceVpcEndpointService {
205
205
* An AWS service for an interface VPC endpoint.
206
206
*/
207
207
export class InterfaceVpcEndpointAwsService implements IInterfaceVpcEndpointService {
208
- public static readonly SageMakerNotebook = new InterfaceVpcEndpointAwsService ( 'sagemaker ' , 'aws.sagemaker' ) ;
208
+ public static readonly SageMakerNotebook = new InterfaceVpcEndpointAwsService ( 'notebook ' , 'aws.sagemaker' ) ;
209
209
public static readonly CloudFormation = new InterfaceVpcEndpointAwsService ( 'cloudformation' ) ;
210
210
public static readonly CloudTrail = new InterfaceVpcEndpointAwsService ( 'cloudtrail' ) ;
211
211
public static readonly CodeBuild = new InterfaceVpcEndpointAwsService ( 'codebuild' ) ;
You can’t perform that action at this time.
0 commit comments