Values.BotSourceA resource that allows Enterprise account administrators to configure an interface to receive events from Amazon Chime.
type nonrec t = {botId : String_.t option;The bot ID.
*)userId : String_.t option;The unique ID for the bot user.
*)displayName : SensitiveString.t option;The bot display name.
*)botType : BotType.t option;The bot type.
*)disabled : NullableBoolean.t option;When true, the bot is stopped from running in your account.
*)createdTimestamp : Iso8601Timestamp.t option;The bot creation timestamp, in ISO 8601 format.
*)updatedTimestamp : Iso8601Timestamp.t option;The updated bot timestamp, in ISO 8601 format.
*)botEmail : SensitiveString.t option;The bot email address.
*)securityToken : SensitiveString.t option;The security token used to authenticate Amazon Chime with the outgoing event endpoint.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of NullableBoolean.t
| `Enum of string
| `String of String_.t
| `Timestamp of Iso8601Timestamp.t ])
list ]