As2ConnectorConfig
Contains the details for an AS2 connector object. The connector object is used for AS2 outbound processes, to connect the Amazon Transfer Family customer with the trading partner.
Contents
- BasicAuthSecretId
- 
               Provides Basic authentication support to the AS2 Connectors API. To use Basic authentication, you must provide the name or Amazon Resource Name (ARN) of a secret in Amazon Secrets Manager. The default value for this parameter is null, which indicates that Basic authentication is not enabled for the connector.If the connector should use Basic authentication, the secret needs to be in the following format: { "Username": "user-name", "Password": "user-password" }Replace user-nameanduser-passwordwith the credentials for the actual user that is being authenticated.Note the following: - 
                     You are storing these credentials in Secrets Manager, not passing them directly into this API. 
- 
                     If you are using the API, SDKs, or CloudFormation to configure your connector, then you must create the secret before you can enable Basic authentication. However, if you are using the Amazon management console, you can have the system create the secret for you. 
 If you have previously enabled Basic authentication for a connector, you can disable it by using the UpdateConnectorAPI call. For example, if you are using the CLI, you can run the following command to remove Basic authentication:update-connector --connector-id my-connector-id --as2-config 'BasicAuthSecretId=""'Type: String Length Constraints: Minimum length of 0. Maximum length of 2048. Required: No 
- 
                     
- Compression
- 
               Specifies whether the AS2 file is compressed. Type: String Valid Values: ZLIB | DISABLEDRequired: No 
- EncryptionAlgorithm
- 
               The algorithm that is used to encrypt the file. Note the following: - 
                     Do not use the DES_EDE3_CBCalgorithm unless you must support a legacy client that requires it, as it is a weak encryption algorithm.
- 
                     You can only specify NONEif the URL for your connector uses HTTPS. Using HTTPS ensures that no traffic is sent in clear text.
 Type: String Valid Values: AES128_CBC | AES192_CBC | AES256_CBC | DES_EDE3_CBC | NONERequired: 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 Amazon Transfer Family connector 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 | NONERequired: No 
- 
                     
- MdnSigningAlgorithm
- 
               The signing algorithm for the MDN response. NoteIf set to DEFAULT (or not set at all), the value for SigningAlgorithmis used.Type: String Valid Values: SHA256 | SHA384 | SHA512 | SHA1 | NONE | DEFAULTRequired: No 
- MessageSubject
- 
               Used as the SubjectHTTP 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 
- PreserveContentType
- 
               Allows you to use the Amazon S3 Content-Typethat is associated with objects in S3 instead of having the content type mapped based on the file extension. This parameter is enabled by default when you create an AS2 connector from the console, but disabled by default when you create an AS2 connector by calling the API directly.Type: String Valid Values: ENABLED | DISABLEDRequired: No 
- SigningAlgorithm
- 
               The algorithm that is used to sign the AS2 messages sent with the connector. Type: String Valid Values: SHA256 | SHA384 | SHA512 | SHA1 | NONERequired: No 
See Also
For more information about using this API in one of the language-specific Amazon SDKs, see the following: