Class CfnConnector.As2ConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.transfer.CfnConnector.As2ConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
- CfnConnector.As2ConfigProperty,- software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnConnector.As2ConfigProperty
@Stability(Stable)
@Internal
public static final class CfnConnector.As2ConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnConnector.As2ConfigProperty
An implementation for 
CfnConnector.As2ConfigProperty- 
Nested Class SummaryNested classes/interfaces inherited from class software.amazon.jsii.JsiiObjectsoftware.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.transfer.CfnConnector.As2ConfigPropertyCfnConnector.As2ConfigProperty.Builder, CfnConnector.As2ConfigProperty.Jsii$Proxy
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnConnector.As2ConfigProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.
- 
Method SummaryModifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringSpecifies whether the AS2 file is compressed.final StringThe algorithm that is used to encrypt the file.final StringA unique identifier for the AS2 local profile.final StringUsed 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.final StringThe signing algorithm for the MDN response.final StringUsed as theSubjectHTTP header attribute in AS2 messages that are being sent with the connector.final StringA unique identifier for the partner profile for the connector.final StringThe algorithm that is used to sign the AS2 messages sent with the connector.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObjectjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
- 
Constructor Details- 
Jsii$Proxyprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
- objRef- Reference to the JSII managed object.
 
- 
Jsii$ProxyConstructor that initializes the object based on literal property values passed by theCfnConnector.As2ConfigProperty.Builder.
 
- 
- 
Method Details- 
getCompressionDescription copied from interface:CfnConnector.As2ConfigPropertySpecifies whether the AS2 file is compressed.- Specified by:
- getCompressionin interface- CfnConnector.As2ConfigProperty
 
- 
getEncryptionAlgorithmDescription copied from interface:CfnConnector.As2ConfigPropertyThe algorithm that is used to encrypt the file.You can only specify NONEif the URL for your connector uses HTTPS. This ensures that no traffic is sent in clear text.- Specified by:
- getEncryptionAlgorithmin interface- CfnConnector.As2ConfigProperty
 
- 
getLocalProfileIdDescription copied from interface:CfnConnector.As2ConfigPropertyA unique identifier for the AS2 local profile.- Specified by:
- getLocalProfileIdin interface- CfnConnector.As2ConfigProperty
 
- 
getMdnResponseDescription copied from interface:CfnConnector.As2ConfigPropertyUsed 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.
 - Specified by:
- getMdnResponsein interface- CfnConnector.As2ConfigProperty
 
- 
getMdnSigningAlgorithmDescription copied from interface:CfnConnector.As2ConfigPropertyThe signing algorithm for the MDN response.If set to DEFAULT (or not set at all), the value for SigningAlgorithmis used.- Specified by:
- getMdnSigningAlgorithmin interface- CfnConnector.As2ConfigProperty
 
- 
getMessageSubjectDescription copied from interface:CfnConnector.As2ConfigPropertyUsed as theSubjectHTTP header attribute in AS2 messages that are being sent with the connector.- Specified by:
- getMessageSubjectin interface- CfnConnector.As2ConfigProperty
 
- 
getPartnerProfileIdDescription copied from interface:CfnConnector.As2ConfigPropertyA unique identifier for the partner profile for the connector.- Specified by:
- getPartnerProfileIdin interface- CfnConnector.As2ConfigProperty
 
- 
getSigningAlgorithmDescription copied from interface:CfnConnector.As2ConfigPropertyThe algorithm that is used to sign the AS2 messages sent with the connector.- Specified by:
- getSigningAlgorithmin interface- CfnConnector.As2ConfigProperty
 
- 
$jsii$toJson@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
- $jsii$toJsonin interface- software.amazon.jsii.JsiiSerializable
 
- 
equals
- 
hashCodepublic final int hashCode()
 
-