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 Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.transfer.CfnConnector.As2ConfigProperty
CfnConnector.As2ConfigProperty.Builder, CfnConnector.As2ConfigProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor 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 Summary
Modifier 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.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected 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$Proxy
Constructor that initializes the object based on literal property values passed by theCfnConnector.As2ConfigProperty.Builder.
-
-
Method Details
-
getCompression
Description copied from interface:CfnConnector.As2ConfigPropertySpecifies whether the AS2 file is compressed.- Specified by:
getCompressionin interfaceCfnConnector.As2ConfigProperty
-
getEncryptionAlgorithm
Description 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 interfaceCfnConnector.As2ConfigProperty
-
getLocalProfileId
Description copied from interface:CfnConnector.As2ConfigPropertyA unique identifier for the AS2 local profile.- Specified by:
getLocalProfileIdin interfaceCfnConnector.As2ConfigProperty
-
getMdnResponse
Description 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 interfaceCfnConnector.As2ConfigProperty
-
getMdnSigningAlgorithm
Description 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 interfaceCfnConnector.As2ConfigProperty
-
getMessageSubject
Description copied from interface:CfnConnector.As2ConfigPropertyUsed as theSubjectHTTP header attribute in AS2 messages that are being sent with the connector.- Specified by:
getMessageSubjectin interfaceCfnConnector.As2ConfigProperty
-
getPartnerProfileId
Description copied from interface:CfnConnector.As2ConfigPropertyA unique identifier for the partner profile for the connector.- Specified by:
getPartnerProfileIdin interfaceCfnConnector.As2ConfigProperty
-
getSigningAlgorithm
Description copied from interface:CfnConnector.As2ConfigPropertyThe algorithm that is used to sign the AS2 messages sent with the connector.- Specified by:
getSigningAlgorithmin interfaceCfnConnector.As2ConfigProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-