| Modifier and Type | Method and Description |
|---|---|
CfnAgreement.Builder |
CfnAgreement.Builder.accessRole(String accessRole)
With AS2, you can send files by calling `StartFileTransfer` and specifying the file paths in the request parameter, `SendFilePaths` .
|
CfnAgreement.Builder |
CfnAgreement.Builder.baseDirectory(String baseDirectory)
The landing directory (folder) for files that are transferred by using the AS2 protocol.
|
static CfnAgreement.Builder |
CfnAgreement.Builder.create(Construct scope,
String id) |
CfnAgreement.Builder |
CfnAgreement.Builder.description(String description)
The name or short description that's used to identify the agreement.
|
CfnAgreement.Builder |
CfnAgreement.Builder.localProfileId(String localProfileId)
A unique identifier for the AS2 local profile.
|
CfnAgreement.Builder |
CfnAgreement.Builder.partnerProfileId(String partnerProfileId)
A unique identifier for the partner profile used in the agreement.
|
CfnAgreement.Builder |
CfnAgreement.Builder.serverId(String serverId)
A system-assigned unique identifier for a server instance.
|
CfnAgreement.Builder |
CfnAgreement.Builder.status(String status)
The current status of the agreement, either `ACTIVE` or `INACTIVE` .
|
CfnAgreement.Builder |
CfnAgreement.Builder.tags(List<? extends CfnTag> tags)
Key-value pairs that can be used to group and search for agreements.
|
Copyright © 2023. All rights reserved.