File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
packages/aws-cdk-lib/aws-ec2/lib Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -268,6 +268,8 @@ export class InterfaceVpcEndpointAwsService implements IInterfaceVpcEndpointServ
268
268
public static readonly APP_RUNNER = new InterfaceVpcEndpointAwsService ( 'apprunner' ) ;
269
269
public static readonly APP_RUNNER_REQUESTS = new InterfaceVpcEndpointAwsService ( 'apprunner.requests' ) ;
270
270
public static readonly APP_SYNC = new InterfaceVpcEndpointAwsService ( 'appsync-api' ) ;
271
+ public static readonly APPCONFIG = new InterfaceVpcEndpointAwsService ( 'appconfig' ) ;
272
+ public static readonly APPCONFIGDATA = new InterfaceVpcEndpointAwsService ( 'appconfigdata' ) ;
271
273
public static readonly APPLICATION_AUTOSCALING = new InterfaceVpcEndpointAwsService ( 'application-autoscaling' ) ;
272
274
public static readonly APPLICATION_MIGRATION_SERVICE = new InterfaceVpcEndpointAwsService ( 'mgn' ) ;
273
275
public static readonly APPSTREAM_API = new InterfaceVpcEndpointAwsService ( 'appstream.api' ) ;
You can’t perform that action at this time.
0 commit comments