AWSConnectChatStreamingConfiguration
Objective-C
@interface AWSConnectChatStreamingConfiguration
Swift
class AWSConnectChatStreamingConfiguration
The streaming configuration, such as the Amazon SNS streaming endpoint.
Required parameters: [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.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable streamingEndpointArn;
Swift
var streamingEndpointArn: String? { get set }