Skip to content

Commit

Permalink
add IBaseService to implements of BaseService
Browse files Browse the repository at this point in the history
  • Loading branch information
atsushi-ishibashi committed Feb 24, 2020
1 parent 61f2f5f commit 8c9e994
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-ecs/lib/base/base-service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ export interface IBaseService extends IService {
* The base class for Ec2Service and FargateService services.
*/
export abstract class BaseService extends Resource
implements IService, elbv2.IApplicationLoadBalancerTarget, elbv2.INetworkLoadBalancerTarget, elb.ILoadBalancerTarget {
implements IBaseService, elbv2.IApplicationLoadBalancerTarget, elbv2.INetworkLoadBalancerTarget, elb.ILoadBalancerTarget {

/**
* The security groups which manage the allowed network traffic for the service.
Expand Down

0 comments on commit 8c9e994

Please sign in to comment.