Interface CfnFileSystem.NfsExportsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnFileSystem.NfsExportsProperty.Jsii$Proxy
- Enclosing class:
CfnFileSystem
@Stability(Stable)
public static interface CfnFileSystem.NfsExportsProperty
extends software.amazon.jsii.JsiiSerializable
The configuration object for mounting a 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.services.fsx.*; NfsExportsProperty nfsExportsProperty = NfsExportsProperty.builder() .clientConfigurations(List.of(ClientConfigurationsProperty.builder() .clients("clients") .options(List.of("options")) .build())) .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnFileSystem.NfsExportsProperty
static final class
An implementation forCfnFileSystem.NfsExportsProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getClientConfigurations
A list of configuration objects that contain the client and options for mounting the OpenZFS file system.- See Also:
-
builder
-