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 class
A builder forCfnServer.S3StorageOptionsProperty
static final class
An 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. This is disabled by default.By default, home directory mappings have a
TYPE
ofDIRECTORY
. If you enable this option, you would then need to explicitly set theHomeDirectoryMapEntry
Type
toFILE
if you want a mapping to have a file target.- See Also:
-
builder
-