Interface CfnEnvironment.FsxStorageConfigurationProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnEnvironment.FsxStorageConfigurationProperty.Jsii$Proxy
Enclosing class:
CfnEnvironment

@Stability(Stable) public static interface CfnEnvironment.FsxStorageConfigurationProperty extends software.amazon.jsii.JsiiSerializable
Defines the storage configuration for an Amazon FSx 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.m2.*;
 FsxStorageConfigurationProperty fsxStorageConfigurationProperty = FsxStorageConfigurationProperty.builder()
         .fileSystemId("fileSystemId")
         .mountPoint("mountPoint")
         .build();