Class CfnServer.S3StorageOptionsProperty
The Amazon S3 storage options that are configured for your server.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.Transfer
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnServer.S3StorageOptionsProperty : CfnServer.IS3StorageOptionsProperty
Syntax (vb)
Public Class CfnServer.S3StorageOptionsProperty Implements CfnServer.IS3StorageOptionsProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.Transfer;
var s3StorageOptionsProperty = new S3StorageOptionsProperty {
DirectoryListingOptimization = "directoryListingOptimization"
};
Synopsis
Constructors
| S3StorageOptionsProperty() | The Amazon S3 storage options that are configured for your server. |
Properties
| DirectoryListingOptimization | Specifies whether or not performance for your Amazon S3 directories is optimized. |
Constructors
S3StorageOptionsProperty()
The Amazon S3 storage options that are configured for your server.
public S3StorageOptionsProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.Transfer;
var s3StorageOptionsProperty = new S3StorageOptionsProperty {
DirectoryListingOptimization = "directoryListingOptimization"
};
Properties
DirectoryListingOptimization
Specifies whether or not performance for your Amazon S3 directories is optimized.
public string? DirectoryListingOptimization { get; set; }
Property Value
Remarks
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.