Interface CfnServer.S3StorageOptionsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnServer.S3StorageOptionsProperty.Jsii$Proxy
- Enclosing class:
CfnServer
@Stability(Stable)
public static interface CfnServer.S3StorageOptionsProperty
extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.services.transfer.*;
S3StorageOptionsProperty s3StorageOptionsProperty = S3StorageOptionsProperty.builder()
.directoryListingOptimization("directoryListingOptimization")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnServer.S3StorageOptionsPropertystatic final classAn implementation forCfnServer.S3StorageOptionsProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDirectoryListingOptimization
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.- See Also:
-
builder
-