interface S3StorageOptionsProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.Transfer.CfnServer.S3StorageOptionsProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awstransfer#CfnServer_S3StorageOptionsProperty |
Java | software.amazon.awscdk.services.transfer.CfnServer.S3StorageOptionsProperty |
Python | aws_cdk.aws_transfer.CfnServer.S3StorageOptionsProperty |
TypeScript | aws-cdk-lib » aws_transfer » CfnServer » S3StorageOptionsProperty |
The Amazon S3 storage options that are configured for your server.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_transfer as transfer } from 'aws-cdk-lib';
const s3StorageOptionsProperty: transfer.CfnServer.S3StorageOptionsProperty = {
directoryListingOptimization: 'directoryListingOptimization',
};
Properties
Name | Type | Description |
---|---|---|
directory | string | Specifies whether or not performance for your Amazon S3 directories is optimized. This is disabled by default. |
directoryListingOptimization?
Type:
string
(optional)
Specifies whether or not performance for your Amazon S3 directories is optimized. This is disabled by default.
By default, home directory mappings have a TYPE
of DIRECTORY
. If you enable this option, you would then need to explicitly set the HomeDirectoryMapEntry
Type
to FILE
if you want a mapping to have a file target.