/dhall-aws-cloudformation/cloudformation/AWS::EC2::LaunchTemplate/InstanceMarketOptions.dhall

Copy path to clipboard

Source

{ Type =
{ MarketType : Optional (./../../Fn.dhall).CfnText
, SpotOptions : Optional (./SpotOptions.dhall).Type
}
, default =
{ MarketType = None (./../../Fn.dhall).CfnText
, SpotOptions = None (./SpotOptions.dhall).Type
}
}