Skip to main content

AWSLambdaFunctionFileSystemConfiguration

No description

type AWSLambdaFunctionFileSystemConfiguration {
arn: String!
localMountPath: String!
}

Fields

AWSLambdaFunctionFileSystemConfiguration.arn ● String! non-null scalar

The Amazon Resource Name (ARN) of the Amazon EFS access point that provides access to the file system

AWSLambdaFunctionFileSystemConfiguration.localMountPath ● String! non-null scalar

The path where the function can access the file system, starting with /mnt/

Member of

AWSLambdaFunction object