Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.transfer.CfnConnectorPropsMixin.Builder
Packages that use CfnConnectorPropsMixin.Builder
-
Uses of CfnConnectorPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.transfer
Methods in software.amazon.awscdk.cfnpropertymixins.services.transfer that return CfnConnectorPropsMixin.BuilderModifier and TypeMethodDescriptionCfnConnectorPropsMixin.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.CfnConnectorPropsMixin.Builder.create()CfnConnectorPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnConnectorPropsMixin.Builder.egressConfig(CfnConnectorPropsMixin.ConnectorEgressConfigProperty egressConfig) Current egress configuration of the connector, showing how traffic is routed to the SFTP server.CfnConnectorPropsMixin.Builder.egressConfig(IResolvable egressConfig) Current egress configuration of the connector, showing how traffic is routed to the SFTP server.CfnConnectorPropsMixin.Builder.egressType(String egressType) Type of egress configuration for the connector.CfnConnectorPropsMixin.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.CfnConnectorPropsMixin.Builder.securityPolicyName(String securityPolicyName) The text name of the security policy for the specified connector.CfnConnectorPropsMixin.Builder.sftpConfig(CfnConnectorPropsMixin.SftpConfigProperty sftpConfig) A structure that contains the parameters for an SFTP connector object.CfnConnectorPropsMixin.Builder.sftpConfig(IResolvable 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.