ServerS3StorageOptionsArgs

data class ServerS3StorageOptionsArgs(val directoryListingOptimization: Output<String>? = null) : ConvertibleToJava<ServerS3StorageOptionsArgs>

Constructors

Link copied to clipboard
constructor(directoryListingOptimization: Output<String>? = null)

Properties

Link copied to clipboard

Specifies whether or not performance for your Amazon S3 directories is optimized. Valid values are DISABLED, ENABLED. 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. See Using logical directories to simplify your Transfer Family directory structures for details.

Functions

Link copied to clipboard
open override fun toJava(): ServerS3StorageOptionsArgs