Interface CfnLocationFSxOpenZFSPropsMixin.NFSProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnLocationFSxOpenZFSPropsMixin.NFSProperty.Jsii$Proxy
- Enclosing class:
CfnLocationFSxOpenZFSPropsMixin
@Stability(Stable)
public static interface CfnLocationFSxOpenZFSPropsMixin.NFSProperty
extends software.amazon.jsii.JsiiSerializable
Represents the Network File System (NFS) protocol that AWS DataSync uses to access your Amazon FSx for OpenZFS file system.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.datasync.*;
NFSProperty nFSProperty = NFSProperty.builder()
.mountOptions(MountOptionsProperty.builder()
.version("version")
.build())
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnLocationFSxOpenZFSPropsMixin.NFSPropertystatic final classAn implementation forCfnLocationFSxOpenZFSPropsMixin.NFSProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getMountOptions
Represents the mount options that are available for DataSync to access an NFS location.Returns union: either
IResolvableorCfnLocationFSxOpenZFSPropsMixin.MountOptionsProperty- See Also:
-
builder
-