amazonka-connect-2.0: Amazon Connect Service SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.Connect.Types.ChatStreamingConfiguration

Description

 
Synopsis

Documentation

data ChatStreamingConfiguration Source #

The streaming configuration, such as the Amazon SNS streaming endpoint.

See: newChatStreamingConfiguration smart constructor.

Constructors

ChatStreamingConfiguration' 

Fields

  • streamingEndpointArn :: Text

    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.

Instances

Instances details
ToJSON ChatStreamingConfiguration Source # 
Instance details

Defined in Amazonka.Connect.Types.ChatStreamingConfiguration

Generic ChatStreamingConfiguration Source # 
Instance details

Defined in Amazonka.Connect.Types.ChatStreamingConfiguration

Associated Types

type Rep ChatStreamingConfiguration :: Type -> Type #

Read ChatStreamingConfiguration Source # 
Instance details

Defined in Amazonka.Connect.Types.ChatStreamingConfiguration

Show ChatStreamingConfiguration Source # 
Instance details

Defined in Amazonka.Connect.Types.ChatStreamingConfiguration

NFData ChatStreamingConfiguration Source # 
Instance details

Defined in Amazonka.Connect.Types.ChatStreamingConfiguration

Eq ChatStreamingConfiguration Source # 
Instance details

Defined in Amazonka.Connect.Types.ChatStreamingConfiguration

Hashable ChatStreamingConfiguration Source # 
Instance details

Defined in Amazonka.Connect.Types.ChatStreamingConfiguration

type Rep ChatStreamingConfiguration Source # 
Instance details

Defined in Amazonka.Connect.Types.ChatStreamingConfiguration

type Rep ChatStreamingConfiguration = D1 ('MetaData "ChatStreamingConfiguration" "Amazonka.Connect.Types.ChatStreamingConfiguration" "amazonka-connect-2.0-IAACrecRcUS5AABe9BOFyN" 'False) (C1 ('MetaCons "ChatStreamingConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "streamingEndpointArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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.