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
AWS Mainframe Modernization Service (Managed Runtime Environment experience) will no longer be open to new customers starting on November 7, 2025.
If you would like to use the service, please sign up prior to November 7, 2025. For capabilities similar to AWS Mainframe Modernization Service (Managed Runtime Environment experience) explore AWS Mainframe Modernization Service (Self-Managed Experience). Existing customers can continue to use the service as normal. For more information, see AWS Mainframe Modernization availability change .
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();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnEnvironment.FsxStorageConfigurationPropertystatic final classAn implementation forCfnEnvironment.FsxStorageConfigurationProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()The file system identifier.The mount point for the file system.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getFileSystemId
The file system identifier.- See Also:
-
getMountPoint
The mount point for the file system.- See Also:
-
builder
-