Show / Hide Table of Contents

Interface CfnServer.IS3StorageOptionsProperty

The Amazon S3 storage options that are configured for your server.

Namespace: Amazon.CDK.AWS.Transfer
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnServer.IS3StorageOptionsProperty
Syntax (vb)
Public Interface CfnServer.IS3StorageOptionsProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-s3storageoptions.html

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

Properties

DirectoryListingOptimization

Specifies whether or not performance for your Amazon S3 directories is optimized.

Properties

DirectoryListingOptimization

Specifies whether or not performance for your Amazon S3 directories is optimized.

string? DirectoryListingOptimization { get; }
Property Value

string

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.

    See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-s3storageoptions.html#cfn-transfer-server-s3storageoptions-directorylistingoptimization

    Back to top Generated by DocFX