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