ScheduleTargetEcsParametersArgs

constructor(capacityProviderStrategies: Output<List<ScheduleTargetEcsParametersCapacityProviderStrategyArgs>>? = null, enableEcsManagedTags: Output<Boolean>? = null, enableExecuteCommand: Output<Boolean>? = null, group: Output<String>? = null, launchType: Output<String>? = null, networkConfiguration: Output<ScheduleTargetEcsParametersNetworkConfigurationArgs>? = null, placementConstraints: Output<List<ScheduleTargetEcsParametersPlacementConstraintArgs>>? = null, placementStrategies: Output<List<ScheduleTargetEcsParametersPlacementStrategyArgs>>? = null, platformVersion: Output<String>? = null, propagateTags: Output<String>? = null, referenceId: Output<String>? = null, tags: Output<Map<String, String>>? = null, taskCount: Output<Int>? = null, taskDefinitionArn: Output<String>)