AWSDynamoDBKinesisStreamingDestinationInput

Objective-C

@interface AWSDynamoDBKinesisStreamingDestinationInput

Swift

class AWSDynamoDBKinesisStreamingDestinationInput
  • The source for the Kinesis streaming information that is being enabled.

    Declaration

    Objective-C

    @property (nonatomic, strong) AWSDynamoDBEnableKinesisStreamingConfiguration *_Nullable enableKinesisStreamingConfiguration;

    Swift

    var enableKinesisStreamingConfiguration: AWSDynamoDBEnableKinesisStreamingConfiguration? { get set }
  • 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. You can also provide the Amazon Resource Name (ARN) of the table in this parameter.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable tableName;

    Swift

    var tableName: String? { get set }