/dhall-aws-cloudformation/cloudformation/AWS::AutoScaling::AutoScalingGroup/MixedInstancesPolicy.dhall
Copy path to clipboardSource
{ Type =
{ InstancesDistribution : Optional (./InstancesDistribution.dhall).Type
, LaunchTemplate : (./LaunchTemplate.dhall).Type
}
, default.InstancesDistribution = None (./InstancesDistribution.dhall).Type
}