Values.StrategyOptionSourceInformation about all the available strategy options for migrating and modernizing an application component.
type nonrec t = {isPreferred : Boolean.t option;Indicates if a specific strategy is preferred for the application component.
*)strategy : Strategy.t option;Type of transformation. For example, Rehost, Replatform, and so on.
*)targetDestination : TargetDestination.t option;Destination information about where the application component can migrate to. For example, EC2, ECS, and so on.
*)toolName : TransformationToolName.t option;The name of the tool that can be used to transform an application component using this strategy.
*)}