Namespace Amazon.CDK.AWS.Transfer
AWS Transfer for SFTP Construct Library
This module is part of the AWS Cloud Development Kit project.
using Amazon.CDK.AWS.Transfer;
There are no official hand-written (L2) constructs for this service yet. Here are some suggestions on how to proceed:
There are no hand-written (L2) constructs for this service yet. However, you can still use the automatically generated L1 constructs, and use this service exactly as you would using CloudFormation directly.
For more information on the resources and properties available for this service, see the CloudFormation documentation for AWS::Transfer.
(Read the CDK Contributing Guide and submit an RFC if you are interested in contributing to this construct library.)
Classes
CfnAgreement | Creates an agreement. |
CfnAgreementProps | Properties for defining a |
CfnCertificate | Imports the signing and encryption certificates that you need to create local (AS2) profiles and partner profiles. |
CfnCertificateProps | Properties for defining a |
CfnConnector | Creates the connector, which captures the parameters for a connection for the AS2 or SFTP protocol. |
CfnConnector.As2ConfigProperty | A structure that contains the parameters for an AS2 connector object. |
CfnConnector.SftpConfigProperty | A structure that contains the parameters for an SFTP connector object. |
CfnConnectorProps | Properties for defining a |
CfnProfile | Creates the local or partner profile to use for AS2 transfers. |
CfnProfileProps | Properties for defining a |
CfnServer | Instantiates an auto-scaling virtual server based on the selected file transfer protocol in AWS . |
CfnServer.EndpointDetailsProperty | The virtual private cloud (VPC) endpoint settings that are configured for your server. |
CfnServer.IdentityProviderDetailsProperty | Required when |
CfnServer.ProtocolDetailsProperty | The protocol settings that are configured for your server. |
CfnServer.S3StorageOptionsProperty | The Amazon S3 storage options that are configured for your server. |
CfnServer.WorkflowDetailProperty | Specifies the workflow ID for the workflow to assign and the execution role that's used for executing the workflow. |
CfnServer.WorkflowDetailsProperty | Container for the |
CfnServerProps | Properties for defining a |
CfnUser | The |
CfnUser.HomeDirectoryMapEntryProperty | Represents an object that contains entries and targets for |
CfnUser.PosixProfileProperty | The full POSIX identity, including user ID ( |
CfnUserProps | Properties for defining a |
CfnWorkflow | Allows you to create a workflow with specified steps and step details the workflow invokes after file transfer completes. |
CfnWorkflow.CopyStepDetailsProperty | Details for a step that performs a file copy. |
CfnWorkflow.CustomStepDetailsProperty | Details for a step that invokes an AWS Lambda function. |
CfnWorkflow.DecryptStepDetailsProperty | Details for a step that decrypts an encrypted file. |
CfnWorkflow.DeleteStepDetailsProperty | An object that contains the name and file location for a file being deleted by a workflow. |
CfnWorkflow.EfsInputFileLocationProperty | Specifies the Amazon EFS identifier and the path for the file being used. |
CfnWorkflow.InputFileLocationProperty | Specifies the location for the file that's being processed. |
CfnWorkflow.S3FileLocationProperty | Specifies the S3 details for the file being used, such as bucket, ETag, and so forth. |
CfnWorkflow.S3InputFileLocationProperty | Specifies the details for the Amazon S3 location for an input file to a workflow. |
CfnWorkflow.S3TagProperty | Specifies the key-value pair that are assigned to a file during the execution of a Tagging step. |
CfnWorkflow.TagStepDetailsProperty | Details for a step that creates one or more tags. |
CfnWorkflow.WorkflowStepProperty | The basic building block of a workflow. |
CfnWorkflowProps | Properties for defining a |
Interfaces
CfnConnector.IAs2ConfigProperty | A structure that contains the parameters for an AS2 connector object. |
CfnConnector.ISftpConfigProperty | A structure that contains the parameters for an SFTP connector object. |
CfnServer.IEndpointDetailsProperty | The virtual private cloud (VPC) endpoint settings that are configured for your server. |
CfnServer.IIdentityProviderDetailsProperty | Required when |
CfnServer.IProtocolDetailsProperty | The protocol settings that are configured for your server. |
CfnServer.IS3StorageOptionsProperty | The Amazon S3 storage options that are configured for your server. |
CfnServer.IWorkflowDetailProperty | Specifies the workflow ID for the workflow to assign and the execution role that's used for executing the workflow. |
CfnServer.IWorkflowDetailsProperty | Container for the |
CfnUser.IHomeDirectoryMapEntryProperty | Represents an object that contains entries and targets for |
CfnUser.IPosixProfileProperty | The full POSIX identity, including user ID ( |
CfnWorkflow.ICopyStepDetailsProperty | Details for a step that performs a file copy. |
CfnWorkflow.ICustomStepDetailsProperty | Details for a step that invokes an AWS Lambda function. |
CfnWorkflow.IDecryptStepDetailsProperty | Details for a step that decrypts an encrypted file. |
CfnWorkflow.IDeleteStepDetailsProperty | An object that contains the name and file location for a file being deleted by a workflow. |
CfnWorkflow.IEfsInputFileLocationProperty | Specifies the Amazon EFS identifier and the path for the file being used. |
CfnWorkflow.IInputFileLocationProperty | Specifies the location for the file that's being processed. |
CfnWorkflow.IS3FileLocationProperty | Specifies the S3 details for the file being used, such as bucket, ETag, and so forth. |
CfnWorkflow.IS3InputFileLocationProperty | Specifies the details for the Amazon S3 location for an input file to a workflow. |
CfnWorkflow.IS3TagProperty | Specifies the key-value pair that are assigned to a file during the execution of a Tagging step. |
CfnWorkflow.ITagStepDetailsProperty | Details for a step that creates one or more tags. |
CfnWorkflow.IWorkflowStepProperty | The basic building block of a workflow. |
ICfnAgreementProps | Properties for defining a |
ICfnCertificateProps | Properties for defining a |
ICfnConnectorProps | Properties for defining a |
ICfnProfileProps | Properties for defining a |
ICfnServerProps | Properties for defining a |
ICfnUserProps | Properties for defining a |
ICfnWorkflowProps | Properties for defining a |