interface FileSystemConfigProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.SAM.CfnFunction.FileSystemConfigProperty |
Java | software.amazon.awscdk.services.sam.CfnFunction.FileSystemConfigProperty |
Python | aws_cdk.aws_sam.CfnFunction.FileSystemConfigProperty |
TypeScript | @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
.