/dhall-aws-cloudformation/cloudformation/AWS::Evidently::Launch/SegmentOverride.dhall
Copy path to clipboardSource
{ Type =
{ EvaluationOrder : Integer
, Segment : (./../../Fn.dhall).CfnText
, Weights : List (./GroupToWeight.dhall).Type
}
, default = {=}
}