EventRuleMnsParameter

data class EventRuleMnsParameter(val arn: String? = null, val mnsParametersId: String? = null, val queue: String? = null, val region: String? = null, val topic: String? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, mnsParametersId: String? = null, queue: String? = null, region: String? = null, topic: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

(Available since v1.211.1) The ARN of the API operation.

Link copied to clipboard
val mnsParametersId: String? = null

The ID of the recipient that receives alert notifications.

Link copied to clipboard
val queue: String? = null

The name of the MNS queue.

Link copied to clipboard
val region: String? = null

The region where Message Service (MNS) is deployed.

Link copied to clipboard
val topic: String? = null

The MNS topic.