cloudwatchlogs_put_integration {paws.management} | R Documentation |
Creates an integration between CloudWatch Logs and another service in this account
Description
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.
See https://www.paws-r-sdk.com/docs/cloudwatchlogs_put_integration/ for full documentation.
Usage
cloudwatchlogs_put_integration(
integrationName,
resourceConfig,
integrationType
)
Arguments
integrationName |
[required] A name for the integration. |
resourceConfig |
[required] A structure that contains configuration information for the integration that you are creating. |
integrationType |
[required] The type of integration. Currently, the only supported type is
|
[Package paws.management version 0.9.0 Index]