Interface CfnEnvironment.IEfsStorageConfigurationProperty
Defines the storage configuration for an Amazon EFS file system.
Namespace: Amazon.CDK.AWS.M2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IEfsStorageConfigurationProperty
Syntax (vb)
Public Interface IEfsStorageConfigurationProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.M2;
var efsStorageConfigurationProperty = new EfsStorageConfigurationProperty {
FileSystemId = "fileSystemId",
MountPoint = "mountPoint"
};
Synopsis
Properties
File |
The file system identifier. |
Mount |
The mount point for the file system. |
Properties
FileSystemId
The file system identifier.
string FileSystemId { get; }
Property Value
System.
Remarks
MountPoint
The mount point for the file system.
string MountPoint { get; }
Property Value
System.