interface FileSystemConfigProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.SAM.CfnFunctionPropsMixin.FileSystemConfigProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awssam#CfnFunctionPropsMixin_FileSystemConfigProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.sam.CfnFunctionPropsMixin.FileSystemConfigProperty |
Python | aws_cdk.cfn_property_mixins.aws_sam.CfnFunctionPropsMixin.FileSystemConfigProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_sam » CfnFunctionPropsMixin » 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/cfn-property-mixins';
const fileSystemConfigProperty: sam.CfnFunctionPropsMixin.FileSystemConfigProperty = {
arn: 'arn',
localMountPath: 'localMountPath',
};
Properties
| Name | Type | Description |
|---|---|---|
| arn? | string | |
| local | string |
arn?
Type:
string
(optional)
localMountPath?
Type:
string
(optional)

.NET
Go
Java
Python
TypeScript