Module Values.PutIntegrationRequestSource

Creates an integration between CloudWatch Logs and another service in this account. Currently, only integrations with OpenSearch Service are supported, and currently you can have only one integration in your account. Integrating with OpenSearch Service makes it possible for you to create curated vended logs dashboards, powered by OpenSearch Service analytics. For more information, see Vended log dashboards powered by Amazon OpenSearch Service. You can use this operation only to create a new integration. You can't modify an existing integration.

Sourcetype nonrec t = {
  1. integrationName : IntegrationName.t;
    (*

    A name for the integration.

    *)
  2. resourceConfig : ResourceConfig.t;
    (*

    A structure that contains configuration information for the integration that you are creating.

    *)
  3. integrationType : IntegrationType.t;
    (*

    The type of integration. Currently, the only supported type is OPENSEARCH.

    *)
}
Sourceval context_ : string
Sourceval make : integrationName:IntegrationName.t -> resourceConfig:ResourceConfig.t -> integrationType:IntegrationType.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of IntegrationName.t | `Structure of (string * [> `Structure of (string * [> `Integer of CollectionRetentionDays.t | `List of [> `String of Arn.t ] list | `String of Arn.t ]) list ]) 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