@Stability(value=Stable) @Internal public static final class CfnAgreementProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnAgreementProps
CfnAgreementPropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnAgreementProps.Builder, CfnAgreementProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnAgreementProps.Builder builder)
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.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getAccessRole()
With AS2, you can send files by calling `StartFileTransfer` and specifying the file paths in the request parameter, `SendFilePaths` .
|
String |
getBaseDirectory()
The landing directory (folder) for files that are transferred by using the AS2 protocol.
|
String |
getDescription()
The name or short description that's used to identify the agreement.
|
String |
getLocalProfileId()
A unique identifier for the AS2 local profile.
|
String |
getPartnerProfileId()
A unique identifier for the partner profile used in the agreement.
|
String |
getServerId()
A system-assigned unique identifier for a server instance.
|
String |
getStatus()
The current status of the agreement, either `ACTIVE` or `INACTIVE` .
|
List<CfnTag> |
getTags()
Key-value pairs that can be used to group and search for agreements.
|
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(CfnAgreementProps.Builder builder)
CfnAgreementProps.Builder.public final String getAccessRole()
CfnAgreementProps
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 .
getAccessRole in interface CfnAgreementPropspublic final String getBaseDirectory()
CfnAgreementPropsgetBaseDirectory in interface CfnAgreementPropspublic final String getLocalProfileId()
CfnAgreementPropsgetLocalProfileId in interface CfnAgreementPropspublic final String getPartnerProfileId()
CfnAgreementPropsgetPartnerProfileId in interface CfnAgreementPropspublic final String getServerId()
CfnAgreementPropsThis identifier indicates the specific server that the agreement uses.
getServerId in interface CfnAgreementPropspublic final String getDescription()
CfnAgreementPropsgetDescription in interface CfnAgreementPropspublic final String getStatus()
CfnAgreementPropsgetStatus in interface CfnAgreementPropspublic final List<CfnTag> getTags()
CfnAgreementPropsgetTags in interface CfnAgreementProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.