@Stability(value=Stable) @Internal public static final class CfnConnector.As2ConfigProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnConnector.As2ConfigProperty
CfnConnector.As2ConfigPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnConnector.As2ConfigProperty.Builder, CfnConnector.As2ConfigProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnConnector.As2ConfigProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnConnector.As2ConfigProperty.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getCompression()
Specifies whether the AS2 file is compressed.
|
String |
getEncryptionAlgorithm()
The algorithm that is used to encrypt the file.
|
String |
getLocalProfileId()
A unique identifier for the AS2 local profile.
|
String |
getMdnResponse()
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.
|
String |
getMdnSigningAlgorithm()
The signing algorithm for the MDN response.
|
String |
getMessageSubject()
Used as the `Subject` HTTP header attribute in AS2 messages that are being sent with the connector.
|
String |
getPartnerProfileId()
A unique identifier for the partner profile for the connector.
|
String |
getSigningAlgorithm()
The algorithm that is used to sign the AS2 messages sent with the connector.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnConnector.As2ConfigProperty.Builder builder)
CfnConnector.As2ConfigProperty.Builder.public final String getCompression()
CfnConnector.As2ConfigPropertygetCompression in interface CfnConnector.As2ConfigPropertypublic final String getEncryptionAlgorithm()
CfnConnector.As2ConfigProperty
You can only specify
NONEif the URL for your connector uses HTTPS. This ensures that no traffic is sent in clear text.
getEncryptionAlgorithm in interface CfnConnector.As2ConfigPropertypublic final String getLocalProfileId()
CfnConnector.As2ConfigPropertygetLocalProfileId in interface CfnConnector.As2ConfigPropertypublic final String getMdnResponse()
CfnConnector.As2ConfigPropertySpecify 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.getMdnResponse in interface CfnConnector.As2ConfigPropertypublic final String getMdnSigningAlgorithm()
CfnConnector.As2ConfigProperty
If set to DEFAULT (or not set at all), the value for
SigningAlgorithmis used.
getMdnSigningAlgorithm in interface CfnConnector.As2ConfigPropertypublic final String getMessageSubject()
CfnConnector.As2ConfigPropertygetMessageSubject in interface CfnConnector.As2ConfigPropertypublic final String getPartnerProfileId()
CfnConnector.As2ConfigPropertygetPartnerProfileId in interface CfnConnector.As2ConfigPropertypublic final String getSigningAlgorithm()
CfnConnector.As2ConfigPropertygetSigningAlgorithm in interface CfnConnector.As2ConfigProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2023. All rights reserved.