AWSDynamoDBKinesisStreamingDestinationInput
Objective-C
@interface AWSDynamoDBKinesisStreamingDestinationInput
Swift
class AWSDynamoDBKinesisStreamingDestinationInput
-
The ARN for a Kinesis data stream.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable streamArn;
Swift
var streamArn: String? { get set }
-
The name of the DynamoDB table.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable tableName;
Swift
var tableName: String? { get set }