Rule Target
data class RuleTarget(val deadLetterQueue: RuleTargetDeadLetterQueue? = null, val endpoint: String, val paramLists: List<RuleTargetParamList>, val pushRetryStrategy: String? = null, val targetId: String, val type: String)
Constructors
Link copied to clipboard
fun RuleTarget(deadLetterQueue: RuleTargetDeadLetterQueue? = null, endpoint: String, paramLists: List<RuleTargetParamList>, pushRetryStrategy: String? = null, targetId: String, type: String)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The type of target. Valid values: acs.alikafka
, acs.api.destination
, acs.arms.loki
, acs.datahub
, acs.dingtalk
, acs.eventbridge
, acs.eventbridge.olap
, acs.eventbus.SLSCloudLens
, acs.fc.function
, acs.fnf
, acs.k8s
, acs.mail
, acs.mns.queue
, acs.mns.topic
, acs.openapi
, acs.rabbitmq
, acs.rds.mysql
, acs.rocketmq
, acs.sae
, acs.sls
, acs.sms
, http
,https
and mysql
. NOTE: From version 1.208.1, type
can be set to acs.alikafka
, acs.api.destination
, acs.arms.loki
, acs.datahub
, acs.eventbridge.olap
, acs.eventbus.SLSCloudLens
, acs.fnf
, acs.k8s
, acs.openapi
, acs.rds.mysql
, acs.sae
, acs.sls
, mysql
.