AWS Fundamentals Logo
AWS Fundamentals
AWS::Transfer::Connector

Transfer Connector

Resource Type definition for AWS::Transfer::Connector

Properties

9 configurable properties. 1 required. Click a row to see details.

Filter:
PropertyTypeFlags
AccessRole
string
Required
As2Config
object
EgressConfig
ConnectorEgressConfig
EgressType
string
LoggingRole
string
SecurityPolicyName
string
SftpConfig
object
Tags
Array<Tag>
Url
string

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
ArnstringSpecifies the unique Amazon Resource Name (ARN) for the connector.
ConnectorIdstringA unique identifier for the connector.
ErrorMessagestringDetailed error message when Connector in ERRORED status
ServiceManagedEgressIpAddressesArray<string>The list of egress IP addresses of this connector. These IP addresses are assigned automatically when you create the connector.
Statusstring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Transfer::Connector

Resources:
  MyResource:
    Type: AWS::Transfer::Connector
    Properties:
      AccessRole: "value"
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

transfer:CreateConnectortransfer:DescribeConnectortransfer:TagResourceiam:PassRolevpc-lattice:CreateServiceNetworkResourceAssociationvpc-lattice:GetResourceConfigurationvpc-lattice:AssociateViaAWSService

read

transfer:DescribeConnector

update

transfer:UpdateConnectortransfer:DescribeConnectortransfer:UnTagResourcetransfer:TagResourceiam:PassRolevpc-lattice:CreateServiceNetworkResourceAssociationvpc-lattice:GetResourceConfigurationvpc-lattice:AssociateViaAWSService

delete

transfer:DeleteConnector

list

transfer:ListConnectors

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceTransfer
Properties14
Required1
TaggingSupported
Primary IDConnectorId

Supported Operations

CreateReadUpdateDeleteList

External Links