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: