File tree 1 file changed +1
-0
lines changed
packages/aws-cdk-lib/aws-ec2/lib
1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -413,6 +413,7 @@ export class InterfaceVpcEndpointAwsService implements IInterfaceVpcEndpointServ
413
413
public static readonly EMR_EKS = new InterfaceVpcEndpointAwsService ( 'emr-containers' ) ;
414
414
public static readonly EMR_SERVERLESS = new InterfaceVpcEndpointAwsService ( 'emr-serverless' ) ;
415
415
public static readonly EMR_SERVERLESS_LIVY = new InterfaceVpcEndpointAwsService ( 'emr-serverless-services.livy' ) ;
416
+ public static readonly EMR_SERVERLESS_DASHBOARD = new InterfaceVpcEndpointAwsService ( 'emr-serverless.dashboard' ) ;
416
417
public static readonly EMR_WAL = new InterfaceVpcEndpointAwsService ( 'emrwal.prod' ) ;
417
418
public static readonly END_USER_MESSAGING_SOCIAL = new InterfaceVpcEndpointAwsService ( 'social-messaging' ) ;
418
419
public static readonly ENTITY_RESOLUTION = new InterfaceVpcEndpointAwsService ( 'entityresolution' ) ;
You can’t perform that action at this time.
0 commit comments