You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Chime::Types::EventsConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

The configuration that allows a bot to receive outgoing events. Can be either an HTTPS endpoint or a Lambda function ARN.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#bot_idString

The bot ID.

Returns:

  • (String)

    The bot ID.

#lambda_function_arnString

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

Returns:

  • (String)

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

#outbound_events_https_endpointString

HTTPS endpoint that allows a bot to receive outgoing events.

Returns:

  • (String)

    HTTPS endpoint that allows a bot to receive outgoing events.