As2ConfigProperties

data class As2ConfigProperties(val basicAuthSecretId: String? = null, val compression: ConnectorAs2ConfigPropertiesCompression? = null, val encryptionAlgorithm: ConnectorAs2ConfigPropertiesEncryptionAlgorithm? = null, val localProfileId: String? = null, val mdnResponse: ConnectorAs2ConfigPropertiesMdnResponse? = null, val mdnSigningAlgorithm: ConnectorAs2ConfigPropertiesMdnSigningAlgorithm? = null, val messageSubject: String? = null, val partnerProfileId: String? = null, val signingAlgorithm: ConnectorAs2ConfigPropertiesSigningAlgorithm? = null)

Configuration for an AS2 connector.

Constructors

Link copied to clipboard
constructor(basicAuthSecretId: String? = null, compression: ConnectorAs2ConfigPropertiesCompression? = null, encryptionAlgorithm: ConnectorAs2ConfigPropertiesEncryptionAlgorithm? = null, localProfileId: String? = null, mdnResponse: ConnectorAs2ConfigPropertiesMdnResponse? = null, mdnSigningAlgorithm: ConnectorAs2ConfigPropertiesMdnSigningAlgorithm? = null, messageSubject: String? = null, partnerProfileId: String? = null, signingAlgorithm: ConnectorAs2ConfigPropertiesSigningAlgorithm? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

ARN or name of the secret in AWS Secrets Manager which contains the credentials for Basic authentication. If empty, Basic authentication is disabled for the AS2 connector

Link copied to clipboard

Compression setting for this AS2 connector configuration.

Link copied to clipboard

Encryption algorithm for this AS2 connector configuration.

Link copied to clipboard
val localProfileId: String? = null

A unique identifier for the local profile.

Link copied to clipboard

MDN Response setting for this AS2 connector configuration.

Link copied to clipboard

MDN Signing algorithm for this AS2 connector configuration.

Link copied to clipboard
val messageSubject: String? = null

The message subject for this AS2 connector configuration.

Link copied to clipboard

A unique identifier for the partner profile.

Link copied to clipboard

Signing algorithm for this AS2 connector configuration.