@Stability(value=Stable) @Internal public static final class CfnConnectorProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnConnectorProps
CfnConnectorPropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnConnectorProps.Builder, CfnConnectorProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnConnectorProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnConnectorProps.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` .
|
Object |
getAs2Config()
A structure that contains the parameters for a connector object.
|
String |
getLoggingRole()
The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that allows a connector to turn on CloudWatch logging for Amazon S3 events.
|
List<CfnTag> |
getTags()
Key-value pairs that can be used to group and search for connectors.
|
String |
getUrl()
The URL of the partner's AS2 endpoint.
|
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(CfnConnectorProps.Builder builder)
CfnConnectorProps.Builder.public final String getAccessRole()
CfnConnectorProps
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 CfnConnectorPropspublic final Object getAs2Config()
CfnConnectorPropsgetAs2Config in interface CfnConnectorPropspublic final String getUrl()
CfnConnectorPropsgetUrl in interface CfnConnectorPropspublic final String getLoggingRole()
CfnConnectorPropsWhen set, you can view connector activity in your CloudWatch logs.
getLoggingRole in interface CfnConnectorPropspublic final List<CfnTag> getTags()
CfnConnectorPropsgetTags in interface CfnConnectorProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2023. All rights reserved.