AWS::Transfer::Connector As2Config
A structure that contains the parameters for a connector object.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "Compression" :String, "EncryptionAlgorithm" :String, "LocalProfileId" :String, "MdnResponse" :String, "MdnSigningAlgorithm" :String, "MessageSubject" :String, "PartnerProfileId" :String, "SigningAlgorithm" :String}
YAML
Compression:StringEncryptionAlgorithm:StringLocalProfileId:StringMdnResponse:StringMdnSigningAlgorithm:StringMessageSubject:StringPartnerProfileId:StringSigningAlgorithm:String
Properties
Compression-
Specifies whether the AS2 file is compressed.
Required: No
Type: String
Allowed values:
DISABLED | ZLIBUpdate requires: No interruption
EncryptionAlgorithm-
The algorithm that is used to encrypt the file.
Note
You can only specify
NONEif the URL for your connector uses HTTPS. This ensures that no traffic is sent in clear text.Required: No
Type: String
Allowed values:
AES128_CBC | AES192_CBC | AES256_CBC | NONEUpdate requires: No interruption
LocalProfileId-
A unique identifier for the AS2 local profile.
Required: No
Type: String
Minimum:
19Maximum:
19Pattern:
^p-([0-9a-f]{17})$Update requires: No interruption
MdnResponse-
Used for outbound requests (from an Amazon 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.
Required: No
Type: String
Allowed values:
NONE | SYNCUpdate requires: No interruption
-
MdnSigningAlgorithm-
The signing algorithm for the MDN response.
Note
If set to DEFAULT (or not set at all), the value for
SigningAlgorithmis used.Required: No
Type: String
Allowed values:
DEFAULT | NONE | SHA1 | SHA256 | SHA384 | SHA512Update requires: No interruption
MessageSubject-
Used as the
SubjectHTTP header attribute in AS2 messages that are being sent with the connector.Required: No
Type: String
Minimum:
1Maximum:
1024Pattern:
^[\p{Print}\p{Blank}]+Update requires: No interruption
PartnerProfileId-
A unique identifier for the partner profile for the connector.
Required: No
Type: String
Minimum:
19Maximum:
19Pattern:
^p-([0-9a-f]{17})$Update requires: No interruption
SigningAlgorithm-
The algorithm that is used to sign the AS2 messages sent with the connector.
Required: No
Type: String
Allowed values:
NONE | SHA1 | SHA256 | SHA384 | SHA512Update requires: No interruption