AWS Fundamentals Logo
AWS Fundamentals
AWS::Transfer::Profile

Transfer Profile

Resource Type definition for AWS::Transfer::Profile

Properties

4 configurable properties. 2 required. Click a row to see details.

Filter:
PropertyTypeFlags
As2Id
string
Required
ProfileType
string
RequiredCreate-only
CertificateIds
Array<string>
Tags
Array<Tag>

Return Values

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

AttributeTypeDescription
ArnstringSpecifies the unique Amazon Resource Name (ARN) for the profile.
ProfileIdstringA unique identifier for the profile

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::Profile

Resources:
  MyResource:
    Type: AWS::Transfer::Profile
    Properties:
      As2Id: "my-as2id"
      ProfileType: "LOCAL"
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

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

create

transfer:CreateProfiletransfer:TagResource

read

transfer:DescribeProfile

update

transfer:UpdateProfiletransfer:UnTagResourcetransfer:TagResource

delete

transfer:DeleteProfile

list

transfer:ListProfiles

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
Properties6
Required2
TaggingSupported
Primary IDProfileId

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

ProfileType

External Links