class
Amazonite::Kinesis::UpdateStreamModeInput
- Amazonite::Kinesis::UpdateStreamModeInput
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
kinesis/update_stream_mode_input.crConstructors
- .new(stream_arn : String, stream_mode_details : StreamModeDetails, stream_id : String | Nil = nil, warm_throughput_mi_bps : Int32 | Nil = nil)
- .new(pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#stream_arn : String
Specifies the ARN of the data stream whose capacity mode you want to update.
-
#stream_arn=(stream_arn : String)
Specifies the ARN of the data stream whose capacity mode you want to update.
-
#stream_id : String | Nil
Not Implemented.
-
#stream_id=(stream_id : String | Nil)
Not Implemented.
-
#stream_mode_details : StreamModeDetails
Specifies the capacity mode to which you want to set your data stream.
-
#stream_mode_details=(stream_mode_details : StreamModeDetails)
Specifies the capacity mode to which you want to set your data stream.
- #validate! : Nil
-
#warm_throughput_mi_bps : Int32 | Nil
The target warm throughput in MB/s that the stream should be scaled to handle.
-
#warm_throughput_mi_bps=(warm_throughput_mi_bps : Int32 | Nil)
The target warm throughput in MB/s that the stream should be scaled to handle.
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
Specifies the ARN of the data stream whose capacity mode you want to update.
Specifies the ARN of the data stream whose capacity mode you want to update.
Specifies the capacity mode to which you want to set your data stream. Currently, in Kinesis Data Streams, you can choose between an on-demand capacity mode and a provisioned capacity mode for your data streams.
Specifies the capacity mode to which you want to set your data stream. Currently, in Kinesis Data Streams, you can choose between an on-demand capacity mode and a provisioned capacity mode for your data streams.
The target warm throughput in MB/s that the stream should be scaled to handle. This represents the throughput capacity that will be immediately available for write operations. This field is only valid when the stream mode is being updated to on-demand.
The target warm throughput in MB/s that the stream should be scaled to handle. This represents the throughput capacity that will be immediately available for write operations. This field is only valid when the stream mode is being updated to on-demand.