Class CfnFunction.FileSystemConfigProperty
Inheritance
System.Object
CfnFunction.FileSystemConfigProperty
Implements
Namespace: Amazon.CDK.AWS.SAM
Assembly: Amazon.CDK.AWS.SAM.dll
Syntax (csharp)
public class FileSystemConfigProperty : Object, CfnFunction.IFileSystemConfigProperty
Syntax (vb)
Public Class FileSystemConfigProperty
Inherits Object
Implements CfnFunction.IFileSystemConfigProperty
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.SAM;
var fileSystemConfigProperty = new FileSystemConfigProperty {
Arn = "arn",
LocalMountPath = "localMountPath"
};
Synopsis
Constructors
FileSystemConfigProperty() |
Properties
Arn |
|
LocalMountPath |
|
Constructors
FileSystemConfigProperty()
public FileSystemConfigProperty()
Properties
Arn
CfnFunction.FileSystemConfigProperty.Arn
.
public string Arn { get; set; }
Property Value
System.String
Remarks
LocalMountPath
CfnFunction.FileSystemConfigProperty.LocalMountPath
.
public string LocalMountPath { get; set; }
Property Value
System.String