package awscdkbatchalpha // A ManagedComputeEnvironment that uses ECS orchestration on Fargate instances. // Experimental. type IFargateComputeEnvironment interface { IManagedComputeEnvironment } // The jsii proxy for IFargateComputeEnvironment type jsiiProxy_IFargateComputeEnvironment struct { jsiiProxy_IManagedComputeEnvironment }