Module Values.UpdateServiceIntegrationConfigSource

Information about updating the integration status of an Amazon Web Services service, such as Amazon Web Services Systems Manager, with DevOps Guru.

Sourcetype nonrec t = {
  1. opsCenter : OpsCenterIntegrationConfig.t option;
  2. logsAnomalyDetection : LogsAnomalyDetectionIntegrationConfig.t option;
    (*

    Information about whether DevOps Guru is configured to perform log anomaly detection on Amazon CloudWatch log groups.

    *)
  3. kMSServerSideEncryption : KMSServerSideEncryptionIntegrationConfig.t option;
    (*

    Information about whether DevOps Guru is configured to encrypt server-side data using KMS.

    *)
}
Sourceval make : ?opsCenter:??? -> ?logsAnomalyDetection:??? -> ?kMSServerSideEncryption:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Enum of string | `String of KMSKeyId.t ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t