Rocket MQInstance Product Info Args
data class RocketMQInstanceProductInfoArgs(val autoScaling: Output<Boolean>? = null, val messageRetentionTime: Output<Int>? = null, val msgProcessSpec: Output<String>, val sendReceiveRatio: Output<Double>? = null, val supportAutoScaling: Output<Boolean>? = null) : ConvertibleToJava<RocketMQInstanceProductInfoArgs>
Constructors
Properties
Link copied to clipboard
is open auto scaling.
Link copied to clipboard
Duration of message retention. Unit: hours.For the range of values, please refer to Usage Limits>Resource Quotas>Limitations on Message Retention.The message storage in AlibabaCloud RocketMQ is fully implemented in a serverless and elastic manner, with charges based on the actual storage space. You can control the storage capacity of messages by adjusting the duration of message retention. For more information, please see Storage Fees.
Link copied to clipboard
Message sending and receiving calculation specifications. For details about the upper limit for sending and receiving messages, see Instance Specifications.
Link copied to clipboard
message send receive ratio.Value range: 0.2, 0.5.
Link copied to clipboard
is support auto scaling.