package awsecs // The interface for a service using the EC2 launch type on an ECS cluster. type IEc2Service interface { IService } // The jsii proxy for IEc2Service type jsiiProxy_IEc2Service struct { jsiiProxy_IService }