Show / Hide Table of Contents

Interface CfnLocationFSxOpenZFS.INFSProperty

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

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

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

             var nFSProperty = new NFSProperty {
                 MountOptions = new MountOptionsProperty {
                     Version = "version"
                 }
             };

Synopsis

Properties

MountOptions

Represents the mount options that are available for DataSync to access an NFS location.

Properties

MountOptions

Represents the mount options that are available for DataSync to access an NFS location.

object MountOptions { get; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnLocationFSxOpenZFS.IMountOptionsProperty

Back to top Generated by DocFX