As2ConnectorConfig
Contains the details for a connector object. The connector object is used for AS2 outbound processes, to connect the AWS Transfer Family customer with the trading partner.
Contents
- Compression
-
Specifies whether the AS2 file is compressed.
Type: String
Valid Values:
ZLIB | DISABLED
Required: No
- EncryptionAlgorithm
-
The algorithm that is used to encrypt the file.
Note You can only specify
NONE
if the URL for your connector uses HTTPS. This ensures that no traffic is sent in clear text.Type: String
Valid Values:
AES128_CBC | AES192_CBC | AES256_CBC | NONE
Required: No
- LocalProfileId
-
A unique identifier for the AS2 local profile.
Type: String
Length Constraints: Fixed length of 19.
Pattern:
^p-([0-9a-f]{17})$
Required: No
- MdnResponse
-
Used for outbound requests (from an AWS Transfer Family server to a partner AS2 server) to determine whether the partner response for transfers is synchronous or asynchronous. Specify either of the following values:
-
SYNC
: The system expects a synchronous MDN response, confirming that the file was transferred successfully (or not). -
NONE
: Specifies that no MDN response is required.
Type: String
Valid Values:
SYNC | NONE
Required: No
-
- MdnSigningAlgorithm
-
The signing algorithm for the MDN response.
Note If set to DEFAULT (or not set at all), the value for
SigningAlgorithm
is used.Type: String
Valid Values:
SHA256 | SHA384 | SHA512 | SHA1 | NONE | DEFAULT
Required: No
- MessageSubject
-
Used as the
Subject
HTTP header attribute in AS2 messages that are being sent with the connector.Type: String
Length Constraints: Minimum length of 1. Maximum length of 1024.
Pattern:
^[\p{Print}\p{Blank}]+
Required: No
- PartnerProfileId
-
A unique identifier for the partner profile for the connector.
Type: String
Length Constraints: Fixed length of 19.
Pattern:
^p-([0-9a-f]{17})$
Required: No
- SigningAlgorithm
-
The algorithm that is used to sign the AS2 messages sent with the connector.
Type: String
Valid Values:
SHA256 | SHA384 | SHA512 | SHA1 | NONE
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: