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.
AWS::Transfer::Server S3StorageOptions
The Amazon S3 storage options that are configured for your server.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "DirectoryListingOptimization" :String}
YAML
DirectoryListingOptimization:String
Properties
- DirectoryListingOptimization
- 
                    Specifies whether or not performance for your Amazon S3 directories is optimized. - 
                            If using the console, this is enabled by default. 
- 
                            If using the API or CLI, this is disabled by default. 
 By default, home directory mappings have a TYPEofDIRECTORY. If you enable this option, you would then need to explicitly set theHomeDirectoryMapEntryTypetoFILEif you want a mapping to have a file target.Required: No Type: String Allowed values: ENABLED | DISABLEDUpdate requires: No interruption 
-