Show / Hide Table of Contents

Interface CfnLocationFSxOpenZFSPropsMixin.IProtocolProperty

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

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

See: 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.Mixins.Preview.AWS.DataSync.Mixins;

             var 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.

object? Nfs { get; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnLocationFSxOpenZFSPropsMixin.INFSProperty

Back to top Generated by DocFX