File tree 2 files changed +2
-0
lines changed
packages/@aws-cdk/aws-ec2 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -401,6 +401,7 @@ export class InterfaceVpcEndpointAwsService implements IInterfaceVpcEndpointServ
401
401
public static readonly WORKSPACES = new InterfaceVpcEndpointAwsService ( 'workspaces' ) ;
402
402
public static readonly XRAY = new InterfaceVpcEndpointAwsService ( 'xray' ) ;
403
403
public static readonly SECURITYHUB = new InterfaceVpcEndpointAwsService ( 'securityhub' ) ;
404
+ public static readonly EMAIL_SMTP = new InterfaceVpcEndpointAwsService ( 'email-smtp' ) ;
404
405
405
406
/**
406
407
* The name of the service. e.g. com.amazonaws.us-east-1.ecs
Original file line number Diff line number Diff line change 324
324
" docs-public-apis:@aws-cdk/aws-ec2.InterfaceVpcEndpointAwsService.TRANSCRIBE" ,
325
325
" docs-public-apis:@aws-cdk/aws-ec2.InterfaceVpcEndpointAwsService.XRAY" ,
326
326
" docs-public-apis:@aws-cdk/aws-ec2.InterfaceVpcEndpointAwsService.SECURITYHUB" ,
327
+ " docs-public-apis:@aws-cdk/aws-ec2.InterfaceVpcEndpointAwsService.EMAIL_SMTP" ,
327
328
" docs-public-apis:@aws-cdk/aws-ec2.Port.toString" ,
328
329
" docs-public-apis:@aws-cdk/aws-ec2.PrivateSubnet.fromPrivateSubnetAttributes" ,
329
330
" docs-public-apis:@aws-cdk/aws-ec2.PublicSubnet.fromPublicSubnetAttributes" ,
You can’t perform that action at this time.
0 commit comments