AWS::Transfer::ConnectorResource Type definition for AWS::Transfer::Connector
9 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
AccessRole | string | Required |
As2Config | object | |
EgressConfig | ConnectorEgressConfig | |
EgressType | string | |
LoggingRole | string | |
SecurityPolicyName | string | |
SftpConfig | object | |
Tags | Array<Tag> | |
Url | string |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | Specifies the unique Amazon Resource Name (ARN) for the connector. |
ConnectorId | string | A unique identifier for the connector. |
ErrorMessage | string | Detailed error message when Connector in ERRORED status |
ServiceManagedEgressIpAddresses | Array<string> | The list of egress IP addresses of this connector. These IP addresses are assigned automatically when you create the connector. |
Status | string | - |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Transfer::Connector
Resources:
MyResource:
Type: AWS::Transfer::Connector
Properties:
AccessRole: "value"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
transfer:CreateConnectortransfer:DescribeConnectortransfer:TagResourceiam:PassRolevpc-lattice:CreateServiceNetworkResourceAssociationvpc-lattice:GetResourceConfigurationvpc-lattice:AssociateViaAWSServicetransfer:DescribeConnectortransfer:UpdateConnectortransfer:DescribeConnectortransfer:UnTagResourcetransfer:TagResourceiam:PassRolevpc-lattice:CreateServiceNetworkResourceAssociationvpc-lattice:GetResourceConfigurationvpc-lattice:AssociateViaAWSServicetransfer:DeleteConnectortransfer:ListConnectorsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterConnectorId