interface FileSystemConfigProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.SAM.CfnFunction.FileSystemConfigProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awssam#CfnFunction_FileSystemConfigProperty |
![]() | software.amazon.awscdk.services.sam.CfnFunction.FileSystemConfigProperty |
![]() | aws_cdk.aws_sam.CfnFunction.FileSystemConfigProperty |
![]() | 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
Name | Type | Description |
---|---|---|
arn? | string | |
local | string |
arn?
Type:
string
(optional)
localMountPath?
Type:
string
(optional)