AppIntegrationsService / Client / get_event_integration

get_event_integration#

AppIntegrationsService.Client.get_event_integration(**kwargs)#

Returns information about the event integration.

See also: AWS API Documentation

Request Syntax

response = client.get_event_integration(
    Name='string'
)
Parameters:

Name (string) –

[REQUIRED]

The name of the event integration.

Return type:

dict

Returns:

Response Syntax

{
    'Name': 'string',
    'Description': 'string',
    'EventIntegrationArn': 'string',
    'EventBridgeBus': 'string',
    'EventFilter': {
        'Source': 'string'
    },
    'Tags': {
        'string': 'string'
    }
}

Response Structure

  • (dict) –

    • Name (string) –

      The name of the event integration.

    • Description (string) –

      The description of the event integration.

    • EventIntegrationArn (string) –

      The Amazon Resource Name (ARN) for the event integration.

    • EventBridgeBus (string) –

      The EventBridge bus.

    • EventFilter (dict) –

      The event filter.

      • Source (string) –

        The source of the events.

    • Tags (dict) –

      The tags used to organize, track, or control access for this resource. For example, { “tags”: {“key1”:”value1”, “key2”:”value2”} }.

      • (string) –

        • (string) –

Exceptions