Chime / Client / get_events_configuration

get_events_configuration#

Chime.Client.get_events_configuration(**kwargs)#

Gets details for an events configuration that allows a bot to receive outgoing events, such as an HTTPS endpoint or Lambda function ARN.

See also: AWS API Documentation

Request Syntax

response = client.get_events_configuration(
    AccountId='string',
    BotId='string'
)
Parameters:
  • AccountId (string) –

    [REQUIRED]

    The Amazon Chime account ID.

  • BotId (string) –

    [REQUIRED]

    The bot ID.

Return type:

dict

Returns:

Response Syntax

{
    'EventsConfiguration': {
        'BotId': 'string',
        'OutboundEventsHTTPSEndpoint': 'string',
        'LambdaFunctionArn': 'string'
    }
}

Response Structure

  • (dict) –

    • EventsConfiguration (dict) –

      The events configuration details.

      • BotId (string) –

        The bot ID.

      • OutboundEventsHTTPSEndpoint (string) –

        HTTPS endpoint that allows a bot to receive outgoing events.

      • LambdaFunctionArn (string) –

        Lambda function ARN that allows a bot to receive outgoing events.

Exceptions

  • Chime.Client.exceptions.ServiceUnavailableException

  • Chime.Client.exceptions.ServiceFailureException

  • Chime.Client.exceptions.ForbiddenException

  • Chime.Client.exceptions.BadRequestException

  • Chime.Client.exceptions.UnauthorizedClientException

  • Chime.Client.exceptions.ResourceLimitExceededException

  • Chime.Client.exceptions.NotFoundException