PutEventsConfigurationRequest

public struct PutEventsConfigurationRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The Amazon Chime account ID.

    Declaration

    Swift

    public let accountId: String
  • The bot ID.

    Declaration

    Swift

    public let botId: String
  • Lambda function ARN that allows the bot to receive outgoing events.

    Declaration

    Swift

    public let lambdaFunctionArn: String?
  • HTTPS endpoint that allows the bot to receive outgoing events.

    Declaration

    Swift

    public let outboundEventsHTTPSEndpoint: String?
  • Undocumented

    Declaration

    Swift

    public init(accountId: String, botId: String, lambdaFunctionArn: String? = nil, outboundEventsHTTPSEndpoint: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws