Interface CfnEnvironment.EfsStorageConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnEnvironment.EfsStorageConfigurationProperty.Jsii$Proxy
- Enclosing class:
- CfnEnvironment
@Stability(Stable)
public static interface CfnEnvironment.EfsStorageConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
Defines the storage configuration for an Amazon EFS 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.*;
EfsStorageConfigurationProperty efsStorageConfigurationProperty = EfsStorageConfigurationProperty.builder()
.fileSystemId("fileSystemId")
.mountPoint("mountPoint")
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnEnvironment.EfsStorageConfigurationPropertystatic final classAn implementation forCfnEnvironment.EfsStorageConfigurationProperty -
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. -
getMountPoint
The mount point for the file system. -
builder
-