Class CfnAgreementProps.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.transfer.CfnAgreementProps.Jsii$Proxy
All Implemented Interfaces:
CfnAgreementProps, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CfnAgreementProps

@Stability(Stable) @Internal public static final class CfnAgreementProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnAgreementProps
An implementation for CfnAgreementProps
  • Nested Class Summary

    Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

    software.amazon.jsii.JsiiObject.InitializationMode

    Nested classes/interfaces inherited from interface software.amazon.awscdk.services.transfer.CfnAgreementProps

    CfnAgreementProps.Builder, CfnAgreementProps.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the CfnAgreementProps.Builder.
    protected
    Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
    Constructor that initializes the object based on values retrieved from the JsiiObject.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
     
    final boolean
     
    final String
    With AS2, you can send files by calling StartFileTransfer and specifying the file paths in the request parameter, SendFilePaths .
    final String
    The landing directory (folder) for files that are transferred by using the AS2 protocol.
    final String
    The name or short description that's used to identify the agreement.
    final String
    A unique identifier for the AS2 local profile.
    final String
    A unique identifier for the partner profile used in the agreement.
    final String
    A system-assigned unique identifier for a server instance.
    final String
    The current status of the agreement, either ACTIVE or INACTIVE .
    final List<CfnTag>
    Key-value pairs that can be used to group and search for agreements.
    final int
     

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • 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

      protected Jsii$Proxy(CfnAgreementProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnAgreementProps.Builder.
  • Method Details

    • getAccessRole

      public final String getAccessRole()
      Description copied from interface: CfnAgreementProps
      With AS2, you can send files by calling StartFileTransfer and specifying the file paths in the request parameter, SendFilePaths .

      We use the file’s parent directory (for example, for --send-file-paths /bucket/dir/file.txt , parent directory is /bucket/dir/ ) to temporarily store a processed AS2 message file, store the MDN when we receive them from the partner, and write a final JSON file containing relevant metadata of the transmission. So, the AccessRole needs to provide read and write access to the parent directory of the file location used in the StartFileTransfer request. Additionally, you need to provide read and write access to the parent directory of the files that you intend to send with StartFileTransfer .

      Specified by:
      getAccessRole in interface CfnAgreementProps
    • getBaseDirectory

      public final String getBaseDirectory()
      Description copied from interface: CfnAgreementProps
      The landing directory (folder) for files that are transferred by using the AS2 protocol.
      Specified by:
      getBaseDirectory in interface CfnAgreementProps
    • getLocalProfileId

      public final String getLocalProfileId()
      Description copied from interface: CfnAgreementProps
      A unique identifier for the AS2 local profile.
      Specified by:
      getLocalProfileId in interface CfnAgreementProps
    • getPartnerProfileId

      public final String getPartnerProfileId()
      Description copied from interface: CfnAgreementProps
      A unique identifier for the partner profile used in the agreement.
      Specified by:
      getPartnerProfileId in interface CfnAgreementProps
    • getServerId

      public final String getServerId()
      Description copied from interface: CfnAgreementProps
      A system-assigned unique identifier for a server instance.

      This identifier indicates the specific server that the agreement uses.

      Specified by:
      getServerId in interface CfnAgreementProps
    • getDescription

      public final String getDescription()
      Description copied from interface: CfnAgreementProps
      The name or short description that's used to identify the agreement.
      Specified by:
      getDescription in interface CfnAgreementProps
    • getStatus

      public final String getStatus()
      Description copied from interface: CfnAgreementProps
      The current status of the agreement, either ACTIVE or INACTIVE .
      Specified by:
      getStatus in interface CfnAgreementProps
    • getTags

      public final List<CfnTag> getTags()
      Description copied from interface: CfnAgreementProps
      Key-value pairs that can be used to group and search for agreements.
      Specified by:
      getTags in interface CfnAgreementProps
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object