Show / Hide Table of Contents

Class CfnServer.S3StorageOptionsProperty

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

Inheritance
object
CfnServer.S3StorageOptionsProperty
Implements
CfnServer.IS3StorageOptionsProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.Transfer
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnServer.S3StorageOptionsProperty : CfnServer.IS3StorageOptionsProperty
Syntax (vb)
Public Class CfnServer.S3StorageOptionsProperty Implements 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

Constructors

S3StorageOptionsProperty()

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

Properties

DirectoryListingOptimization

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

Constructors

S3StorageOptionsProperty()

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

public S3StorageOptionsProperty()
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"
             };

Properties

DirectoryListingOptimization

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

public string? DirectoryListingOptimization { get; set; }
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

    Implements

    CfnServer.IS3StorageOptionsProperty
    Back to top Generated by DocFX