Values.PutIntegrationRequestSourceCreates 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.
type nonrec t = {integrationName : IntegrationName.t;A name for the integration.
*)resourceConfig : ResourceConfig.t;A structure that contains configuration information for the integration that you are creating.
*)integrationType : IntegrationType.t;The type of integration. Currently, the only supported type is OPENSEARCH.
*)}val make :
integrationName:IntegrationName.t ->
resourceConfig:ResourceConfig.t ->
integrationType:IntegrationType.t ->
unit ->
tval 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 ]