package awsecs // The interface of a task definition run on an EC2 cluster. type IEc2TaskDefinition interface { ITaskDefinition } // The jsii proxy for IEc2TaskDefinition type jsiiProxy_IEc2TaskDefinition struct { jsiiProxy_ITaskDefinition }