Show / Hide Table of Contents

Interface IExistingFileSystemProps

Properties for configuring ReplicationConfiguration to replicate to an existing file system.

Namespace: Amazon.CDK.AWS.EFS
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IExistingFileSystemProps
Syntax (vb)
Public Interface IExistingFileSystemProps
Remarks

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.EFS;
            using Amazon.CDK.Interfaces.EFS;

            IFileSystemRef fileSystemRef;

            var existingFileSystemProps = new ExistingFileSystemProps {
                DestinationFileSystem = fileSystemRef
            };

Synopsis

Properties

DestinationFileSystem

The existing destination file system for the replication.

Properties

DestinationFileSystem

The existing destination file system for the replication.

IFileSystemRef DestinationFileSystem { get; }
Property Value

IFileSystemRef

Remarks

ExampleMetadata: fixture=_generated

Back to top Generated by DocFX