AWSConnectKinesisStreamConfig
Objective-C
@interface AWSConnectKinesisStreamConfig
Swift
class AWSConnectKinesisStreamConfig
Configuration information of a Kinesis data stream.
Required parameters: [StreamArn]
-
The Amazon Resource Name (ARN) of the data stream.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable streamArn;
Swift
var streamArn: String? { get set }