Returns a list of integrations between CloudWatch Logs and other services in this account
Source:R/cloudwatchlogs_operations.R
cloudwatchlogs_list_integrations.RdReturns a list of integrations between CloudWatch Logs and other services in this account. Currently, only one integration can be created in an account, and this integration must be with OpenSearch Service.
See https://www.paws-r-sdk.com/docs/cloudwatchlogs_list_integrations/ for full documentation.
Usage
cloudwatchlogs_list_integrations(
integrationNamePrefix = NULL,
integrationType = NULL,
integrationStatus = NULL
)Arguments
- integrationNamePrefix
To limit the results to integrations that start with a certain name prefix, specify that name prefix here.
- integrationType
To limit the results to integrations of a certain type, specify that type here.
- integrationStatus
To limit the results to integrations with a certain status, specify that status here.