Values.ComponentInfoSourceThis is information about the component of your SAP application, such as Web Dispatcher.
type nonrec t = {componentType : ComponentType.t;This string is the type of the component. Accepted value is WD.
*)sid : SID.t;This string is the SAP System ID of the component. Accepted values are alphanumeric.
*)ec2InstanceId : InstanceId.t;This is the Amazon EC2 instance on which your SAP component is running. Accepted values are alphanumeric.
*)}val make :
componentType:ComponentType.t ->
sid:SID.t ->
ec2InstanceId:InstanceId.t ->
unit ->
t