AWSKinesisIncreaseStreamRetentionPeriodInput

Objective-C

@interface AWSKinesisIncreaseStreamRetentionPeriodInput

Swift

class AWSKinesisIncreaseStreamRetentionPeriodInput

Represents the input for IncreaseStreamRetentionPeriod.

Required parameters: [StreamName, RetentionPeriodHours]

  • The new retention period of the stream, in hours. Must be more than the current retention period.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable retentionPeriodHours;

    Swift

    var retentionPeriodHours: NSNumber? { get set }
  • The name of the stream to modify.

    Declaration

    Objective-C

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

    Swift

    var streamName: String? { get set }