Ability to define On-Demand TargetCapacity and AllocationStrategy properties through cloudformation as you can through the API and console
On create it should create a new spotfleet launching the target capacity of the on-demand count in the order defined by the allocation strategy.
On update of the target capacity it should update the existing fleet to the new count. On update of the allocation strategy it should recreate the spotfleet following the same behaviour as the spot allocation strategy property.
It should create a spotfleet with on-demand instancesusing the order defined by the allocation strategy
Spotfleet api properties https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_SpotFleetRequestConfigData.html
When will this new property be exposed through cloudformation?