| Modifier and Type | Method and Description |
|---|---|
CfnConnector.Builder |
CfnConnector.Builder.accessRole(String accessRole)
With AS2, you can send files by calling `StartFileTransfer` and specifying the file paths in the request parameter, `SendFilePaths` .
|
CfnConnector.Builder |
CfnConnector.Builder.as2Config(Object as2Config)
A structure that contains the parameters for a connector object.
|
static CfnConnector.Builder |
CfnConnector.Builder.create(Construct scope,
String id) |
CfnConnector.Builder |
CfnConnector.Builder.loggingRole(String loggingRole)
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.
|
CfnConnector.Builder |
CfnConnector.Builder.tags(List<? extends CfnTag> tags)
Key-value pairs that can be used to group and search for connectors.
|
CfnConnector.Builder |
CfnConnector.Builder.url(String url)
The URL of the partner's AS2 endpoint.
|
Copyright © 2022. All rights reserved.