Skip to content

Update Event Sources Config

devopsguru_update_event_sources_config R Documentation

Enables or disables integration with a service that can be integrated with DevOps Guru

Description

Enables or disables integration with a service that can be integrated with DevOps Guru. The one service that can be integrated with DevOps Guru is Amazon CodeGuru Profiler, which can produce proactive recommendations which can be stored and viewed in DevOps Guru.

Usage

devopsguru_update_event_sources_config(EventSources)

Arguments

EventSources

Configuration information about the integration of DevOps Guru as the Consumer via EventBridge with another AWS Service.

Value

An empty list.

Request syntax

svc$update_event_sources_config(
  EventSources = list(
    AmazonCodeGuruProfiler = list(
      Status = "ENABLED"|"DISABLED"
    )
  )
)