AWSChimeSDKMessagingStreamingConfiguration
Objective-C
@interface AWSChimeSDKMessagingStreamingConfiguration
Swift
class AWSChimeSDKMessagingStreamingConfiguration
The configuration for connecting a messaging stream to Amazon Kinesis.
Required parameters: [DataType, ResourceArn]
-
The data type of the configuration.
Declaration
Objective-C
@property (nonatomic) AWSChimeSDKMessagingMessagingDataType dataType;
Swift
var dataType: AWSChimeSDKMessagingMessagingDataType { get set }
-
The ARN of the resource in the configuration.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable resourceArn;
Swift
var resourceArn: String? { get set }