Show / Hide Table of Contents

Interface CfnLocationFSxOpenZFS.IProtocolProperty

Represents the protocol that AWS DataSync uses to access your Amazon FSx for OpenZFS file system.

Namespace: Amazon.CDK.AWS.DataSync
Assembly: Amazon.CDK.AWS.DataSync.dll
Syntax (csharp)
public interface IProtocolProperty
Syntax (vb)
Public Interface IProtocolProperty
Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datasync-locationfsxopenzfs-protocol.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.DataSync;

ProtocolProperty protocolProperty = new ProtocolProperty {
    Nfs = new NFSProperty {
        MountOptions = new MountOptionsProperty {
            Version = "version"
        }
    }
};

Synopsis

Properties

Nfs

Represents the Network File System (NFS) protocol that DataSync uses to access your FSx for OpenZFS file system.

Properties

Nfs

Represents the Network File System (NFS) protocol that DataSync uses to access your FSx for OpenZFS file system.

virtual object Nfs { get; }
Property Value

System.Object

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datasync-locationfsxopenzfs-protocol.html#cfn-datasync-locationfsxopenzfs-protocol-nfs

Back to top Generated by DocFX