deliveryChannelCondition

@JvmName(name = "nltduldfxfdwkkwi")
suspend fun deliveryChannelCondition(value: Output<String>)
@JvmName(name = "qblfujktkqwesqxu")
suspend fun deliveryChannelCondition(value: String?)

Parameters

value

The rule that is attached to the delivery channel. This parameter is available when you deliver data of all types to MNS or deliver snapshots to Log Service. If you specify the risk level or resource types for subscription events, this is as follows: The lowest risk level of the events to which you want to subscribe is in the following format: {"filterType":"RuleRiskLevel","value":"1","multiple":false}, The value field indicates the risk level of the events to which you want to subscribe. Valid values: 1, 2, and 3. The value 1 indicates the high risk level, the value 2 indicates the medium risk level, and the value 3 indicates the low risk level. The setting of the resource types of the events to which you want to subscribe is in the following format: {"filterType":"ResourceType","values":"ACS::ACK::Cluster","ACS::ActionTrail::Trail","ACS::CBWP::CommonBandwidthPackage","multiple":true}, The values field indicates the resource types of the events to which you want to subscribe. The value of the field is a JSON array. Examples:[{"filterType":"ResourceType","values":"ACS::ActionTrail::Trail","ACS::CBWP::CommonBandwidthPackage","ACS::CDN::Domain","ACS::CEN::CenBandwidthPackage","ACS::CEN::CenInstance","ACS::CEN::Flowlog","ACS::DdosCoo::Instance","multiple":true}].