package awsecs


// The interface for a service using the External launch type on an ECS cluster.
type IExternalService interface {
	IService
}

// The jsii proxy for IExternalService
type jsiiProxy_IExternalService struct {
	jsiiProxy_IService
}