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 @@ -495,6 +495,7 @@ export class InterfaceVpcEndpointAwsService implements IInterfaceVpcEndpointServ
495
495
public static readonly MIGRATIONHUB_ORCHESTRATOR = new InterfaceVpcEndpointAwsService ( 'migrationhub-orchestrator' ) ;
496
496
public static readonly MIGRATIONHUB_REFACTOR_SPACES = new InterfaceVpcEndpointAwsService ( 'refactor-spaces' ) ;
497
497
public static readonly MIGRATIONHUB_STRATEGY = new InterfaceVpcEndpointAwsService ( 'migrationhub-strategy' ) ;
498
+ public static readonly MQ = new InterfaceVpcEndpointAwsService ( 'mq' ) ;
498
499
public static readonly NEPTUNE_ANALYTICS = new InterfaceVpcEndpointAwsService ( 'neptune-graph' ) ;
499
500
public static readonly NEPTUNE_ANALYTICS_DATA = new InterfaceVpcEndpointAwsService ( 'neptune-graph-data' ) ;
500
501
public static readonly NEPTUNE_ANALYTICS_FIPS = new InterfaceVpcEndpointAwsService ( 'neptune-graph-fips' ) ;
You can’t perform that action at this time.
0 commit comments