AWSDynamoDBUpdateKinesisStreamingDestinationInput

Objective-C

@interface AWSDynamoDBUpdateKinesisStreamingDestinationInput

Swift

class AWSDynamoDBUpdateKinesisStreamingDestinationInput
  • The Amazon Resource Name (ARN) for the Kinesis stream input.

    Declaration

    Objective-C

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

    Swift

    var streamArn: String? { get set }
  • The table name for the Kinesis streaming destination input. You can also provide the ARN of the table in this parameter.

    Declaration

    Objective-C

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

    Swift

    var tableName: String? { get set }
  • The command to update the Kinesis stream configuration.

    Declaration

    Objective-C

    @property (nonatomic, strong) AWSDynamoDBUpdateKinesisStreamingConfiguration *_Nullable updateKinesisStreamingConfiguration;

    Swift

    var updateKinesisStreamingConfiguration: AWSDynamoDBUpdateKinesisStreamingConfiguration? { get set }