AWS Fundamentals Logo
AWS Fundamentals
AWS::Transfer::WebApp

Transfer WebApp

Resource Type definition for AWS::Transfer::WebApp

Properties

7 configurable properties. 1 required. Click a row to see details.

Filter:
PropertyTypeFlags
IdentityProviderDetails
IdentityProviderDetails
Required
AccessEndpoint
string
EndpointDetails
EndpointDetails
Tags
Array<Tag>
WebAppCustomization
WebAppCustomization
WebAppEndpointPolicy
string
Create-only
WebAppUnits
WebAppUnits

Return Values

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

AttributeTypeDescription
ArnstringSpecifies the unique Amazon Resource Name (ARN) for the web app.
VpcEndpointIdstring-
WebAppIdstringA unique identifier for the web app.

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

Resources:
  MyResource:
    Type: AWS::Transfer::WebApp
    Properties:
      IdentityProviderDetails: "my-identityproviderdetails"
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

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

create

transfer:CreateWebApptransfer:DescribeWebApptransfer:DescribeWebAppCustomizationtransfer:TagResourcetransfer:UpdateWebAppCustomizationiam:PassRolesso:CreateApplicationsso:DescribeApplication

read

transfer:DescribeWebApptransfer:DescribeWebAppCustomization

update

transfer:DescribeWebApptransfer:DescribeWebAppCustomizationtransfer:UpdateWebApptransfer:UpdateWebAppCustomizationtransfer:DeleteWebAppCustomizationtransfer:UnTagResourcetransfer:TagResourceiam:PassRole

delete

transfer:DeleteWebAppsso:DescribeApplicationsso:DeleteApplicationec2:DescribeVpcEndpointsec2:DeleteVpcEndpoints

list

transfer:ListWebApps

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
Properties10
Required1
TaggingSupported
Primary IDArn

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

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

WebAppEndpointPolicyIdentityProviderDetails/InstanceArnEndpointDetails/Vpc/VpcIdEndpointDetails/Vpc/SecurityGroupIds

External Links