Values.ConfigurationCheckDefinitionSourceRepresents a configuration check definition supported by AWS Systems Manager for SAP.
type nonrec t = {id : ConfigurationCheckType.t option;The unique identifier of the configuration check.
*)name : String_.t option;The name of the configuration check.
*)description : String_.t option;A description of what the configuration check validates.
*)applicableApplicationTypes : ApplicationTypeList.t option;The list of SSMSAP application types that this configuration check can be evaluated against.
*)}