Class AS2MdnSettingsArgs


  • public final class AS2MdnSettingsArgs
    extends com.pulumi.resources.ResourceArgs
    The AS2 agreement mdn settings.
    • Method Detail

      • dispositionNotificationTo

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> dispositionNotificationTo()
        Returns:
        The disposition notification to header value.
      • mdnText

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> mdnText()
        Returns:
        The MDN text.
      • micHashingAlgorithm

        public com.pulumi.core.Output<com.pulumi.core.Either<java.lang.String,​HashingAlgorithm>> micHashingAlgorithm()
        Returns:
        The signing or hashing algorithm.
      • needMDN

        public com.pulumi.core.Output<java.lang.Boolean> needMDN()
        Returns:
        The value indicating whether to send or request a MDN.
      • receiptDeliveryUrl

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> receiptDeliveryUrl()
        Returns:
        The receipt delivery URL.
      • sendInboundMDNToMessageBox

        public com.pulumi.core.Output<java.lang.Boolean> sendInboundMDNToMessageBox()
        Returns:
        The value indicating whether to send inbound MDN to message box.
      • sendMDNAsynchronously

        public com.pulumi.core.Output<java.lang.Boolean> sendMDNAsynchronously()
        Returns:
        The value indicating whether to send the asynchronous MDN.
      • signMDN

        public com.pulumi.core.Output<java.lang.Boolean> signMDN()
        Returns:
        The value indicating whether the MDN needs to be signed or not.
      • signOutboundMDNIfOptional

        public com.pulumi.core.Output<java.lang.Boolean> signOutboundMDNIfOptional()
        Returns:
        The value indicating whether to sign the outbound MDN if optional.