Uses of Class
software.amazon.awscdk.services.transfer.CfnConnector.Builder
Packages that use CfnConnector.Builder
Package
Description
AWS Transfer for SFTP Construct Library
-
Uses of CfnConnector.Builder in software.amazon.awscdk.services.transfer
Methods in software.amazon.awscdk.services.transfer that return CfnConnector.BuilderModifier and TypeMethodDescriptionCfnConnector.Builder.accessRole(String accessRole) Connectors are used to send files using either the AS2 or SFTP protocol.A structure that contains the parameters for an AS2 connector object.static CfnConnector.BuilderCfnConnector.Builder.egressConfig(IResolvable egressConfig) Current egress configuration of the connector, showing how traffic is routed to the SFTP server.CfnConnector.Builder.egressConfig(CfnConnector.ConnectorEgressConfigProperty egressConfig) Current egress configuration of the connector, showing how traffic is routed to the SFTP server.CfnConnector.Builder.egressType(String egressType) Type of egress configuration for the connector.CfnConnector.Builder.ipAddressType(String ipAddressType) IP address type for Connector.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.securityPolicyName(String securityPolicyName) The text name of the security policy for the specified connector.CfnConnector.Builder.sftpConfig(IResolvable sftpConfig) A structure that contains the parameters for an SFTP connector object.CfnConnector.Builder.sftpConfig(CfnConnector.SftpConfigProperty sftpConfig) A structure that contains the parameters for an SFTP connector object.Key-value pairs that can be used to group and search for connectors.The URL of the partner's AS2 or SFTP endpoint.