AWSKinesisUpdateShardCountInput
Objective-C
@interface AWSKinesisUpdateShardCountInput
Swift
class AWSKinesisUpdateShardCountInput
-
The scaling type. Uniform scaling creates shards of equal size.
Declaration
Objective-C
@property (nonatomic) AWSKinesisScalingType scalingType;
Swift
var scalingType: AWSKinesisScalingType { get set }
-
The name of the stream.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable streamName;
Swift
var streamName: String? { get set }
-
The new number of shards.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable targetShardCount;
Swift
var targetShardCount: NSNumber? { get set }