Show / Hide Table of Contents

Class CfnFunction.FileSystemConfigProperty

Inheritance
System.Object
CfnFunction.FileSystemConfigProperty
Implements
CfnFunction.IFileSystemConfigProperty
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

Link: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-filesystemconfig.html#cfn-lambda-function-filesystemconfig-localmountpath

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

CfnFunction.FileSystemConfigProperty.Arn.

LocalMountPath

CfnFunction.FileSystemConfigProperty.LocalMountPath.

Constructors

FileSystemConfigProperty()

public FileSystemConfigProperty()

Properties

Arn

CfnFunction.FileSystemConfigProperty.Arn.

public string Arn { get; set; }
Property Value

System.String

Remarks

Link: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-filesystemconfig.html#cfn-lambda-function-filesystemconfig-localmountpath

LocalMountPath

CfnFunction.FileSystemConfigProperty.LocalMountPath.

public string LocalMountPath { get; set; }
Property Value

System.String

Remarks

Link: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-filesystemconfig.html#cfn-lambda-function-filesystemconfig-localmountpath

Implements

CfnFunction.IFileSystemConfigProperty
Back to top Generated by DocFX