AWS::Transfer::AgreementResource Type definition for AWS::Transfer::Agreement
11 configurable properties. 4 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
AccessRole | string | Required |
LocalProfileId | string | Required |
PartnerProfileId | string | Required |
ServerId | string | RequiredCreate-only |
BaseDirectory | string | |
CustomDirectories | object | |
Description | string | |
EnforceMessageSigning | string | |
PreserveFilename | string | |
Status | string | |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
AgreementId | string | A unique identifier for the agreement. |
Arn | string | Specifies the unique Amazon Resource Name (ARN) for the agreement. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Transfer::Agreement
Resources:
MyResource:
Type: AWS::Transfer::Agreement
Properties:
ServerId: "my-serverid"
LocalProfileId: "my-localprofileid"
PartnerProfileId: "my-partnerprofileid"
AccessRole: "value"
Tags:
- Key: Environment
Value: Production
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
transfer:CreateAgreementtransfer:TagResourceiam:PassRoletransfer:DescribeAgreementtransfer:UpdateAgreementtransfer:UnTagResourcetransfer:TagResourceiam:PassRoletransfer:DeleteAgreementtransfer:ListAgreementsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterAgreementIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
ServerId