interface FileSystemConfigProperty
This page is available in another version. Click here for the v2 documentation.
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.SAM.CfnFunction.FileSystemConfigProperty |
![]() | software.amazon.awscdk.services.sam.CfnFunction.FileSystemConfigProperty |
![]() | aws_cdk.aws_sam.CfnFunction.FileSystemConfigProperty |
![]() | @aws-cdk/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 * as sam from '@aws-cdk/aws-sam';
const fileSystemConfigProperty: sam.CfnFunction.FileSystemConfigProperty = {
arn: 'arn',
localMountPath: 'localMountPath',
};
Properties
Name | Type | Description |
---|---|---|
arn? | string | CfnFunction.FileSystemConfigProperty.Arn . |
local | string | CfnFunction.FileSystemConfigProperty.LocalMountPath . |
arn?
Type:
string
(optional)
CfnFunction.FileSystemConfigProperty.Arn
.
localMountPath?
Type:
string
(optional)
CfnFunction.FileSystemConfigProperty.LocalMountPath
.