GetFunctionFileSystemConfig

data class GetFunctionFileSystemConfig(val arn: String, val localMountPath: String)

Constructors

Link copied to clipboard
constructor(arn: String, localMountPath: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String

Unqualified (no :QUALIFIER or :VERSION suffix) ARN identifying your Lambda Function. See also qualified_arn.

Link copied to clipboard