AWS::Transfer::UserDefinition of AWS::Transfer::User Resource Type
10 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Role | string | Required |
ServerId | string | RequiredCreate-only |
UserName | string | RequiredCreate-only |
HomeDirectory | string | |
HomeDirectoryMappings | Array<HomeDirectoryMapEntry> | |
HomeDirectoryType | string | |
Policy | string | |
PosixProfile | PosixProfile | |
SshPublicKeys | Array<string> | |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | - |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Transfer::User
Resources:
MyResource:
Type: AWS::Transfer::User
Properties:
Role: "value"
ServerId: "my-serverid"
UserName: "my-username"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
iam:PassRoletransfer:CreateUsertransfer:DescribeUsertransfer:ImportSshPublicKeytransfer:TagResourcetransfer:DescribeUseriam:PassRoletransfer:DeleteSshPublicKeytransfer:DescribeUsertransfer:ImportSshPublicKeytransfer:TagResourcetransfer:UnTagResourcetransfer:UpdateUsertransfer:DeleteUsertransfer:ListUsersOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
ServerIdUserName