Pipe Target Ecs Task Parameters Args
constructor(capacityProviderStrategy: Output<List<PipeCapacityProviderStrategyItemArgs>>? = null, enableEcsManagedTags: Output<Boolean>? = null, enableExecuteCommand: Output<Boolean>? = null, group: Output<String>? = null, launchType: Output<PipeLaunchType>? = null, networkConfiguration: Output<PipeNetworkConfigurationArgs>? = null, overrides: Output<PipeEcsTaskOverrideArgs>? = null, placementConstraints: Output<List<PipePlacementConstraintArgs>>? = null, placementStrategy: Output<List<PipePlacementStrategyArgs>>? = null, platformVersion: Output<String>? = null, propagateTags: Output<PipePropagateTags>? = null, referenceId: Output<String>? = null, tags: Output<List<PipeTagArgs>>? = null, taskCount: Output<Int>? = null, taskDefinitionArn: Output<String>)