Component Version Lambda Volume Mount
data class ComponentVersionLambdaVolumeMount(val addGroupOwner: Boolean? = null, val destinationPath: String? = null, val permission: ComponentVersionLambdaFilesystemPermission? = null, val sourcePath: String? = null)
Constructors
Link copied to clipboard
fun ComponentVersionLambdaVolumeMount(addGroupOwner: Boolean? = null, destinationPath: String? = null, permission: ComponentVersionLambdaFilesystemPermission? = null, sourcePath: String? = null)