| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Connect.Types.ChatStreamingConfiguration
Description
Documentation
data ChatStreamingConfiguration Source #
The streaming configuration, such as the Amazon SNS streaming endpoint.
See: newChatStreamingConfiguration smart constructor.
Constructors
| ChatStreamingConfiguration' | |
Fields
| |
Instances
newChatStreamingConfiguration Source #
Create a value of ChatStreamingConfiguration with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:streamingEndpointArn:ChatStreamingConfiguration', chatStreamingConfiguration_streamingEndpointArn - The Amazon Resource Name (ARN) of the standard Amazon SNS topic. The
Amazon Resource Name (ARN) of the streaming endpoint that is used to
publish real-time message streaming for chat conversations.
chatStreamingConfiguration_streamingEndpointArn :: Lens' ChatStreamingConfiguration Text Source #
The Amazon Resource Name (ARN) of the standard Amazon SNS topic. The Amazon Resource Name (ARN) of the streaming endpoint that is used to publish real-time message streaming for chat conversations.