/dhall-aws-cloudformation/cloudformation/AWS::EC2::SpotFleet/FleetLaunchTemplateSpecification.dhall

Copy path to clipboard

Source

{ Type =
{ LaunchTemplateId : Optional (./../../Fn.dhall).CfnText
, LaunchTemplateName : Optional (./../../Fn.dhall).CfnText
, Version : (./../../Fn.dhall).CfnText
}
, default =
{ LaunchTemplateId = None (./../../Fn.dhall).CfnText
, LaunchTemplateName = None (./../../Fn.dhall).CfnText
}
}