aws-cdk-lib.aws_sam.CfnFunction.FileSystemConfigProperty

interface FileSystemConfigProperty

LanguageType name
.NETAmazon.CDK.AWS.SAM.CfnFunction.FileSystemConfigProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awssam#CfnFunction_FileSystemConfigProperty
Javasoftware.amazon.awscdk.services.sam.CfnFunction.FileSystemConfigProperty
Pythonaws_cdk.aws_sam.CfnFunction.FileSystemConfigProperty
TypeScript aws-cdk-lib » aws_sam » CfnFunction » FileSystemConfigProperty

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_sam as sam } from 'aws-cdk-lib';
const fileSystemConfigProperty: sam.CfnFunction.FileSystemConfigProperty = {
  arn: 'arn',
  localMountPath: 'localMountPath',
};

Properties

NameTypeDescription
arn?stringCfnFunction.FileSystemConfigProperty.Arn.
localMountPath?stringCfnFunction.FileSystemConfigProperty.LocalMountPath.

arn?

Type: string (optional)

CfnFunction.FileSystemConfigProperty.Arn.


localMountPath?

Type: string (optional)

CfnFunction.FileSystemConfigProperty.LocalMountPath.