Feedback Properties Args
data class FeedbackPropertiesArgs(val lockDurationAsIso8601: Output<String>? = null, val maxDeliveryCount: Output<Int>? = null, val ttlAsIso8601: Output<String>? = null) : ConvertibleToJava<FeedbackPropertiesArgs>
The properties of the feedback queue for cloud-to-device messages.
Constructors
Link copied to clipboard
fun FeedbackPropertiesArgs(lockDurationAsIso8601: Output<String>? = null, maxDeliveryCount: Output<Int>? = null, ttlAsIso8601: Output<String>? = null)