Class MessagingEndpointPropertiesArgs


  • public final class MessagingEndpointPropertiesArgs
    extends com.pulumi.resources.ResourceArgs
    The properties of the messaging endpoints used by this IoT hub.
    • Method Detail

      • lockDurationAsIso8601

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> lockDurationAsIso8601()
        Returns:
        The lock duration. See: https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-file-upload.
      • maxDeliveryCount

        public java.util.Optional<com.pulumi.core.Output<java.lang.Integer>> maxDeliveryCount()
        Returns:
        The number of times the IoT hub attempts to deliver a message. See: https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-file-upload.
      • ttlAsIso8601

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> ttlAsIso8601()
        Returns:
        The period of time for which a message is available to consume before it is expired by the IoT hub. See: https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-file-upload.