Module Values.ServiceIntegrationConfigSource

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

Sourcetype nonrec t = {
  1. opsCenter : OpsCenterIntegration.t option;
    (*

    Information about whether DevOps Guru is configured to create an OpsItem in Amazon Web Services Systems Manager OpsCenter for each created insight.

    *)
  2. logsAnomalyDetection : LogsAnomalyDetectionIntegration.t option;
    (*

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

    *)
  3. kMSServerSideEncryption : KMSServerSideEncryptionIntegration.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