DevOpsGuru / Client / describe_event_sources_config

describe_event_sources_config#

DevOpsGuru.Client.describe_event_sources_config()#

Returns the integration status of services that are integrated with DevOps Guru as Consumer via EventBridge. 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.

See also: AWS API Documentation

Request Syntax

response = client.describe_event_sources_config()
Return type:

dict

Returns:

Response Syntax

{
    'EventSources': {
        'AmazonCodeGuruProfiler': {
            'Status': 'ENABLED'|'DISABLED'
        }
    }
}

Response Structure

  • (dict) –

    • EventSources (dict) –

      Lists the event sources in the configuration.

      • AmazonCodeGuruProfiler (dict) –

        Information about whether DevOps Guru is configured to consume recommendations which are generated from AWS CodeGuru Profiler.

        • Status (string) –

          The status of the CodeGuru Profiler integration. Specifies if DevOps Guru is enabled to consume recommendations that are generated from Amazon CodeGuru Profiler.

Exceptions

  • DevOpsGuru.Client.exceptions.AccessDeniedException

  • DevOpsGuru.Client.exceptions.InternalServerException

  • DevOpsGuru.Client.exceptions.ThrottlingException

  • DevOpsGuru.Client.exceptions.ValidationException