

This is the new *Amazon CloudFormation Template Reference Guide*. Please update your bookmarks and links. For help getting started with CloudFormation, see the [Amazon CloudFormation User Guide](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/Welcome.html).

# AWS::Transfer::Workflow S3FileLocation
<a name="aws-properties-transfer-workflow-s3filelocation"></a>

Specifies the S3 details for the file being used, such as bucket, ETag, and so forth.

## Syntax
<a name="aws-properties-transfer-workflow-s3filelocation-syntax"></a>

To declare this entity in your Amazon CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-transfer-workflow-s3filelocation-syntax.json"></a>

```
{
  "[S3FileLocation](#cfn-transfer-workflow-s3filelocation-s3filelocation)" : S3InputFileLocation
}
```

### YAML
<a name="aws-properties-transfer-workflow-s3filelocation-syntax.yaml"></a>

```
  [S3FileLocation](#cfn-transfer-workflow-s3filelocation-s3filelocation): 
    S3InputFileLocation
```

## Properties
<a name="aws-properties-transfer-workflow-s3filelocation-properties"></a>

`S3FileLocation`  <a name="cfn-transfer-workflow-s3filelocation-s3filelocation"></a>
 Specifies the details for the file location for the file that's being used in the workflow. Only applicable if you are using Amazon S3 storage.   
*Required*: No  
*Type*: [S3InputFileLocation](aws-properties-transfer-workflow-s3inputfilelocation.md)  
*Update requires*: [Replacement](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)