AS2Security Settings Args
data class AS2SecuritySettingsArgs(val enableNRRForInboundDecodedMessages: Output<Boolean>, val enableNRRForInboundEncodedMessages: Output<Boolean>, val enableNRRForInboundMDN: Output<Boolean>, val enableNRRForOutboundDecodedMessages: Output<Boolean>, val enableNRRForOutboundEncodedMessages: Output<Boolean>, val enableNRRForOutboundMDN: Output<Boolean>, val encryptionCertificateName: Output<String>? = null, val overrideGroupSigningCertificate: Output<Boolean>, val sha2AlgorithmFormat: Output<String>? = null, val signingCertificateName: Output<String>? = null) : ConvertibleToJava<AS2SecuritySettingsArgs>
The AS2 agreement security settings.
Constructors
Link copied to clipboard
fun AS2SecuritySettingsArgs(enableNRRForInboundDecodedMessages: Output<Boolean>, enableNRRForInboundEncodedMessages: Output<Boolean>, enableNRRForInboundMDN: Output<Boolean>, enableNRRForOutboundDecodedMessages: Output<Boolean>, enableNRRForOutboundEncodedMessages: Output<Boolean>, enableNRRForOutboundMDN: Output<Boolean>, encryptionCertificateName: Output<String>? = null, overrideGroupSigningCertificate: Output<Boolean>, sha2AlgorithmFormat: Output<String>? = null, signingCertificateName: Output<String>? = null)