Cloud To Device Properties Args
data class CloudToDevicePropertiesArgs(val defaultTtlAsIso8601: Output<String>? = null, val feedback: Output<FeedbackPropertiesArgs>? = null, val maxDeliveryCount: Output<Int>? = null) : ConvertibleToJava<CloudToDevicePropertiesArgs>
The IoT hub cloud-to-device messaging properties.
Constructors
Link copied to clipboard
fun CloudToDevicePropertiesArgs(defaultTtlAsIso8601: Output<String>? = null, feedback: Output<FeedbackPropertiesArgs>? = null, maxDeliveryCount: Output<Int>? = null)