AWS::Transfer::ProfileResource Type definition for AWS::Transfer::Profile
4 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
As2Id | string | Required |
ProfileType | string | RequiredCreate-only |
CertificateIds | Array<string> | |
Tags | Array<Tag> |
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 profile. |
ProfileId | string | A unique identifier for the profile |
A minimal template with required properties and common optional ones.
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: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
transfer:CreateProfiletransfer:TagResourcetransfer:DescribeProfiletransfer:UpdateProfiletransfer:UnTagResourcetransfer:TagResourcetransfer:DeleteProfiletransfer:ListProfilesOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterProfileIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
ProfileType