RosQueueProps
Properties for defining a RosQueue.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-mns-queue
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkmns"
&alicloudroscdkmns.RosQueueProps {
QueueName: interface{},
DelaySeconds: interface{},
LoggingEnabled: interface{},
MaximumMessageSize: interface{},
MessageRetentionPeriod: interface{},
PollingWaitSeconds: interface{},
VisibilityTimeout: interface{},
}
Properties
| Name | Type | Description |
|---|---|---|
QueueName |
interface{} |
No description. |
DelaySeconds |
interface{} |
No description. |
LoggingEnabled |
interface{} |
No description. |
MaximumMessageSize |
interface{} |
No description. |
MessageRetentionPeriod |
interface{} |
No description. |
PollingWaitSeconds |
interface{} |
No description. |
VisibilityTimeout |
interface{} |
No description. |
QueueNameRequired
QueueName interface{}
- Type: interface{}
DelaySecondsOptional
DelaySeconds interface{}
- Type: interface{}
LoggingEnabledOptional
LoggingEnabled interface{}
- Type: interface{}
MaximumMessageSizeOptional
MaximumMessageSize interface{}
- Type: interface{}
MessageRetentionPeriodOptional
MessageRetentionPeriod interface{}
- Type: interface{}
PollingWaitSecondsOptional
PollingWaitSeconds interface{}
- Type: interface{}
VisibilityTimeoutOptional
VisibilityTimeout interface{}
- Type: interface{}