/dhall-aws-cloudformation/cloudformation/AWS::Evidently::Launch/StepConfig.dhall
Copy path to clipboardSource
{ Type =
{ GroupWeights : List (./GroupToWeight.dhall).Type
, SegmentOverrides : Optional (List (./SegmentOverride.dhall).Type)
, StartTime : (./../../Fn.dhall).CfnText
}
, default.SegmentOverrides = None (List (./SegmentOverride.dhall).Type)
}