/dhall-aws-cloudformation/cloudformation/AWS::AutoScaling::AutoScalingGroup/LaunchTemplate.dhall

Copy path to clipboard

Source

{ Type =
{ LaunchTemplateSpecification : (./LaunchTemplateSpecification.dhall).Type
, Overrides : Optional (List (./LaunchTemplateOverrides.dhall).Type)
}
, default.Overrides = None (List (./LaunchTemplateOverrides.dhall).Type)
}